Defining default authentication classes to JWTStatelessAuthentication produces the following error
ImportError: Could not import 'rest_framework_simplejwt.authentication.JWTStatelessUserAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'. ImportError: Module "rest_framework_simplejwt.authentication" does not define a "JWTStatelessUserAuthentication" attribute/class.
Defining default authentication classes to JWTStatelessAuthentication produces the following error
ImportError: Could not import 'rest_framework_simplejwt.authentication.JWTStatelessUserAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'. ImportError: Module "rest_framework_simplejwt.authentication" does not define a "JWTStatelessUserAuthentication" attribute/class.