mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-30 01:18:12 +00:00
fix: add request param to authorize post
This commit is contained in:
@@ -108,6 +108,7 @@ type AuthorizeRequest struct {
|
|||||||
Nonce string `json:"nonce" url:"nonce"`
|
Nonce string `json:"nonce" url:"nonce"`
|
||||||
CodeChallenge string `json:"code_challenge" url:"code_challenge"`
|
CodeChallenge string `json:"code_challenge" url:"code_challenge"`
|
||||||
CodeChallengeMethod string `json:"code_challenge_method" url:"code_challenge_method"`
|
CodeChallengeMethod string `json:"code_challenge_method" url:"code_challenge_method"`
|
||||||
|
Request string `json:"request" url:"request"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type OIDCServiceConfig struct {
|
type OIDCServiceConfig struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user