mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-25 23:18:12 +00:00
fix: state should not be a required field in oidc
This commit is contained in:
@@ -24,7 +24,7 @@ type OIDCController struct {
|
||||
|
||||
type AuthorizeCallback struct {
|
||||
Code string `url:"code"`
|
||||
State string `url:"state"`
|
||||
State string `url:"state,omitempty"`
|
||||
}
|
||||
|
||||
type TokenRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user