SaaSHub helps you find the best software and product alternatives Learn more →
Dj-rest-auth Alternatives
Similar projects and alternatives to dj-rest-auth
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
django-allauth
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
-
-
django-rest-framework-simplejwt
A JSON Web Token authentication plugin for the Django REST Framework.
-
-
-
-
-
-
django-two-factor-auth
Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
-
django-reversion
django-reversion is an extension to the Django web framework that provides version control for model instances.
-
django-jet
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
-
-
dj-rest-auth discussion
dj-rest-auth reviews and mentions
-
Can someone help me understand CSRF security? (context inside)
I am using dj-rest-auth for authentication. I am using JWT token authentication. All advice on JWT tokens is to not store them in local storage. Instead, using this package I store them in HttpOnly cookie. Now, I am apparently vulnerable to CSRF attack. So I enable JWT_AUTH_COOKIE_USE_CSRF. This checks the CSRF token on authenticated requests. However, there is still the potential vulnerability known as "login CSRF" as detailed by this issue on Github. In order to account for this, there is another setting called JWT_AUTH_COOKIE_ENFORCE_CSRF_ON_UNAUTHENTICATED. This enforces CSRF on unauthenticated views (such as login).
-
Social authentication in django rest framework.
Try to use https://github.com/iMerica/dj-rest-auth
-
djoser is dead?
I was using djoser in the past. Now Im using very similar dj-rest-auth https://github.com/iMerica/dj-rest-auth
- How can I add Login/Register/Logout endpoints?
-
How can I add Login/Register/Logout endpoint
you can use this.
-
How could we do a reliable social authentication api with custom user model?
I found the dj-rest-auth as a method of making a rest auth api, unfortunately when using the documentation I have this error coming up.
-
Login error when using Google OAuth with dj-rest-auth. Getting "redirect_uri_mismatch" error but the callback url seems to be configured correctly
I've followed the documentation: https://dj-rest-auth.readthedocs.io/en/latest/index.html
-
Django REST Framework and JS Framework (React here) authentication.
Right now, I'm using dj-rest-auth for Token based authentication. I store token in the localStorage. Earlier I was using djoser for adding auth in the project (I wrote article about my approach with djoser).
-
The Best GitHub Repositories For Django Developers.
Please use https://github.com/iMerica/dj-rest-auth as this project is no longer maintained. Thanks!
- Django with React Frontend
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Oct 2024
Stats
jazzband/dj-rest-auth is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of dj-rest-auth is Python.
Popular Comparisons
- dj-rest-auth VS django-rest-framework-simplejwt
- dj-rest-auth VS drf-yasg
- dj-rest-auth VS django-auth-adfs
- dj-rest-auth VS django-two-factor-auth
- dj-rest-auth VS django-nuxt-starter
- dj-rest-auth VS django-oauth-toolkit-spa
- dj-rest-auth VS django-sesame
- dj-rest-auth VS auth-module
- dj-rest-auth VS django-vue-cli-webpack-demo
- dj-rest-auth VS django-rest-framework-social-oauth2