File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ type AuthorizeRequest struct {
3030 ClientID string `form:"client_id" binding:"required" validate:"required,max=128,printascii"`
3131 RedirectURI string `form:"redirect_uri" binding:"required" validate:"required,max=128,printascii"`
3232 Scope string `form:"scope" binding:"required" validate:"required,max=128,printascii"`
33- State string `form:"state" validate:"omitempty,max=128 ,printascii"`
33+ State string `form:"state" validate:"omitempty,max=500 ,printascii"`
3434 Nonce string `form:"nonce" validate:"omitempty,max=128,printascii"`
3535 CodeChallenge string `form:"code_challenge" validate:"omitempty,max=128,printascii"`
3636 CodeChallengeMethod string `form:"code_challenge_method" validate:"omitempty,max=128,printascii"`
You can’t perform that action at this time.
0 commit comments