We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5656b1 commit 8e5031bCopy full SHA for 8e5031b
README.md
@@ -75,7 +75,7 @@ This module requires several new `nginx.conf` directives, which can be specified
75
76
| Directive | Description |
77
| -------------------------- | ------------------------------------------------------------------------------------------------------------------ |
78
-| `auth_jwt_key` | The key to use to decode/verify the JWT -- see below. |
+| `auth_jwt_key` | The key to use to decode/verify the JWT, *in binhex format* -- see below. |
79
| `auth_jwt_redirect` | Set to "on" to redirect to `auth_jwt_loginurl` if authentication fails. |
80
| `auth_jwt_loginurl` | The URL to redirect to if `auth_jwt_redirect` is enabled and authentication fails. |
81
| `auth_jwt_enabled` | Set to "on" to enable JWT checking. |
0 commit comments