-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
This is misleading, the current code won't check if the token has expired unless the user explicitly sets dates:
Lines 13 to 14 in 9448513
request, decode it, verify it and then validate that its correctly signed and hasn't | |
expired - the `jwtauth.Verifier` middleware handler takes care of all of that. The |
The default no longer looks for the token in the query string:
Line 50 in 9448513
// 1. 'jwt' URI query parameter |
No longer using this library:
Line 55 in 9448513
// or cookie header is then decoded by the `jwt-go` library and a *jwt.Token |
acimrobalb
Metadata
Metadata
Assignees
Labels
No labels