You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see via this example that the default dates in the encoded token are zero, meaning that expiry won't be checked due to how jwt.Validate() is written.
This is misleading, the current code won't check if the token has expired unless the user explicitly sets dates:
jwtauth/README.md
Lines 13 to 14 in 9448513
The default no longer looks for the token in the query string:
jwtauth/jwtauth.go
Line 50 in 9448513
No longer using this library:
jwtauth/jwtauth.go
Line 55 in 9448513
The text was updated successfully, but these errors were encountered: