Merge pull request 'Added sub to userClaims' (#3) from feature/sub into main
Reviewed-on: #3
This commit is contained in:
commit
f0bbfa9bb2
|
@ -33,6 +33,7 @@ type UserClaims struct {
|
|||
Name string `json:"given_name"`
|
||||
Username string `json:"cognito:username"`
|
||||
Picture string `json:"picture"`
|
||||
Sub string `json:"sub"`
|
||||
}
|
||||
|
||||
func generateState() (string, error) {
|
||||
|
|
Loading…
Reference in New Issue