TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
317 stars 122 forks source link

Test token not a valid JWT token #49

Closed katsar0v closed 4 years ago

katsar0v commented 5 years ago

image Here you can see, I used the secret and the token from test.sh.. it is just not valid, even if the key base64 encoded.

yuhsianw commented 5 years ago

Hi, is there a follow up on this? I Have the same question. The authentication will not pass when I use my own token and secret, which are valid on the JWT debugger.

yuhsianw commented 5 years ago

Found the answer here: https://github.com/benmcollins/libjwt/issues/79