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 c3a17d3 commit d2b08a7Copy full SHA for d2b08a7
README.md
@@ -118,8 +118,8 @@ http {
118
--accept_unsupported_alg = true
119
-- if you want to reject tokens signed using an algorithm
120
-- not supported by lua-resty-jwt set this to false. If
121
- -- you leave it unset, the token signature will not be
122
- -- verified at all.
+ -- you leave it unset or set it to true, the token signature will not be
+ -- verified when an unsupported algorithm is used.
123
124
--renew_access_token_on_expiry = true
125
-- whether this plugin shall try to silently renew the access token once it is expired if a refresh token is available.
0 commit comments