Merge pull request 'Added sub to userClaims' (#3) from feature/sub into main

Reviewed-on: #3
This commit is contained in:
luiz 2024-10-27 15:14:34 +00:00
commit f0bbfa9bb2
1 changed files with 1 additions and 0 deletions

View File

@ -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) {