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
Simple Jwt => v5.1.0 has renamed JWTTokenUserAuthentication to JWTStatelessUserAuthentication, but both names are supported for backwards compatibility
Thank you for reporting the issue. I can't see why wouldn't it work, even after the change. Would you be able to provide a more elaborate example or write a failing test case?
https://django-rest-framework-simplejwt.readthedocs.io/en/latest/stateless_user_authentication.html?highlight=JWTStatelessUserAuthentication#jwtstatelessuserauthentication-backend
Simple Jwt => v5.1.0 has renamed JWTTokenUserAuthentication to JWTStatelessUserAuthentication, but both names are supported for backwards compatibility
'DEFAULT_AUTHENTICATION_CLASSES': (
#'rest_framework_simplejwt.authentication.JWTStatelessUserAuthentication',
'rest_framework_simplejwt.authentication.JWTAuthentication',
if your using new name JWTStatelessUserAuthentication , djoser return all fields null of user serializer
The text was updated successfully, but these errors were encountered: