-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding DRF support out of the box #39
Comments
You're welcome! :-) I think you can already work with DRF. The authentication can be disabled (i.e. overwritten in the view). The DRF authentication is nothing more but a nice layer to set the proper |
@vdboor thanks for the reply! |
Hi i am using DRF and Thanks. Solved by #24 |
@vdboor Thanks for the great package!
It's not an issue actually, but a feature request. Do you consider adding DRF support shortly? Problem with that implementation that DRF has own auth system – https://www.django-rest-framework.org/api-guide/authentication/#setting-the-authentication-scheme.
Best regards!
The text was updated successfully, but these errors were encountered: