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
I'm seeing an error, could not resolve authenticator <class 'dj_rest_auth.jwt_auth.JWTCookieAuthentication'>. There was no OpenApiAuthenticationExtension registered for that class. Try creating one by subclassing it. Ignoring for now.
my default auth classes are below: "DEFAULT_AUTHENTICATION_CLASSES": ( "rest_framework.authentication.SessionAuthentication", "rest_framework.authentication.TokenAuthentication", "dj_rest_auth.jwt_auth.JWTCookieAuthentication", ),
The text was updated successfully, but these errors were encountered:
#469: removes list flattening for oauth-toolkit as it is incorrect while
the correct solution is indeed possible with OpenAPI3.
#626: change AND to OR for dj_rest_auth JWTCookieAuthentication
I'm seeing an error, could not resolve authenticator <class 'dj_rest_auth.jwt_auth.JWTCookieAuthentication'>. There was no OpenApiAuthenticationExtension registered for that class. Try creating one by subclassing it. Ignoring for now.
my default auth classes are below:
"DEFAULT_AUTHENTICATION_CLASSES": ( "rest_framework.authentication.SessionAuthentication", "rest_framework.authentication.TokenAuthentication", "dj_rest_auth.jwt_auth.JWTCookieAuthentication", ),
The text was updated successfully, but these errors were encountered: