Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lt authored Feb 5, 2024
1 parent 997112e commit 81e2f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ server {
}
```

> Note that as `$jwt_claim_` returns a JSON-encoded value, we check form `\"value\"` (and not `value`)
> Note that as `$jwt_claim_` returns a JSON-encoded value, so we have to check `\"value\"` (and not `value`)
### Embedded Variables:
The ngx_http_auth_jwt_module module supports embedded variables:
Expand All @@ -148,7 +148,7 @@ docker pull ghcr.io/max-lt/nginx-jwt-module:latest
```dockerfile
FROM ghcr.io/max-lt/nginx-jwt-module:latest

# Copy you nginx conf
# Copy your nginx conf
# Don't forget to include this module in your configuration
# load_module /usr/lib/nginx/modules/ngx_http_auth_jwt_module.so;
COPY my-nginx-conf /etc/nginx
Expand Down

0 comments on commit 81e2f84

Please sign in to comment.