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 4ea3dcb commit ca93a93Copy full SHA for ca93a93
README.md
@@ -40,7 +40,7 @@ This module requires several new `nginx.conf` directives,
40
which can be specified in on the `main` `server` or `___location` level.
41
42
```
43
-auth_jwt_key "00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF";
+auth_jwt_key "00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF"; # see docs for format based on algorithm
44
auth_jwt_loginurl "https://yourdomain.com/loginpage";
45
auth_jwt_enabled on;
46
auth_jwt_algorithm HS256; # or RS256
0 commit comments