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
do you think is possible to "restore" the possibility to disable the verification?
when instantiating the token in JWTAuthentication.get_validated_token there's no way to set the verify parameter even if the token is expecting it in the init, maybe we can read it from the SIMPLE_JWT configuration
The text was updated successfully, but these errors were encountered:
Tl;dr inherit the authentication class and have DRF point to it yourself. I think this is a niche use case, but a PR is always welcome.
SimpleJWT isn't the best when it comes to extensibility since there are a ton of configurations that we set ourselves rather than reading from kwargs in the settings. Not looking to solve this anytime soon either since don't have the time.
do you think is possible to "restore" the possibility to disable the verification?
when instantiating the token in JWTAuthentication.get_validated_token there's no way to set the verify parameter even if the token is expecting it in the init, maybe we can read it from the SIMPLE_JWT configuration
The text was updated successfully, but these errors were encountered: