Skip to content

Commit

Permalink
Fix jwt auth example
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaydel committed Mar 20, 2023
1 parent effa961 commit 824c75c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,13 @@ password: "filetest"
- JWT Auth:
```yaml
# .. backend config
type: "jwt"
userDataContextKey: "user" # Header for storing user claims
jwt:
audience: <audience>
issuer: <issuer>
keysUrl: <jwks_uri>
auth:
type: "jwt"
userDataContextKey: "user" # Header for storing user claims
jwt:
audience: <audience>
issuer: <issuer>
keysUrl: <jwks_uri>
```
## Frontman Plugins
Expand Down

0 comments on commit 824c75c

Please sign in to comment.