We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8534fe commit 046393dCopy full SHA for 046393d
tests/integration/oauth_test.go
@@ -113,6 +113,7 @@ func TestAuthorizeGrantS256RequiresVerifier(t *testing.T) {
113
"nonce": "",
114
"redirect_uri": "a",
115
"granted": "true",
116
+ "_csrf": htmlDoc.GetCSRF(),
117
})
118
grantResp := ctx.MakeRequest(t, grantReq, http.StatusSeeOther)
119
u, err := grantResp.Result().Location()
0 commit comments