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
{{ message }}
This repository was archived by the owner on May 26, 2020. It is now read-only.
1. There is no need to decode the payload without verification first, in
case `api_settings.JWT_PUBLIC_KEY` is used.
2. It also skips decoding in case
`api_settings.JWT_GET_USER_SECRET_KEY` is not used.
This might be a problem in case somebody is monkey-patching
`jwt_get_secret_key`, but that should not be considered stable/public
API, should it?
0 commit comments