Skip to content

Commit

Permalink
docs: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
MeStrak committed Feb 11, 2022
1 parent 4f2627a commit 1a1a443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ AUTH_CONFIG_SECRET =
},
"jwtFromRequest":{"funcName": "fromAuthHeaderAsBearerToken"},
"audience": "MY_APP_AUDIENCE",
"issuer":"https://auth.issuer.com/",
"issuer":"https://fact.cognito.com/",
"algorithms": ['RS256']
}
},
{
"jwtFromRequest":{"funcName": "fromAuthHeaderAsBearerToken"},
"ignoreExpiration":false,
Expand Down

0 comments on commit 1a1a443

Please sign in to comment.