mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-28 08:28: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"`
|
||||
CodeChallenge string `json:"code_challenge" url:"code_challenge"`
|
||||
CodeChallengeMethod string `json:"code_challenge_method" url:"code_challenge_method"`
|
||||
Request string `json:"request" url:"request"`
|
||||
}
|
||||
|
||||
type OIDCServiceConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user