django-rest-cli
dj-rest-auth
Our great sponsors
django-rest-cli | dj-rest-auth | |
---|---|---|
2 | 20 | |
112 | 1,230 | |
0.9% | 5.0% | |
3.7 | 8.5 | |
10 months ago | 10 days ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
django-rest-cli
-
DR-CLI: A Flexible Cookie cutter and CRUD Endpoints Generator for Django
You'd be prompted to start your project from one of three templates: Basic, Medior, and Advanced templates. Learn more about what each template comes bundled with here.
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 endpoint
you can use this.
-
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
Not sure if this is related but someone else was having the same issue and in the Github Issues thread people mentioned that the callback URL needed to be decoded, but there is no explanation about it. https://github.com/iMerica/dj-rest-auth/issues/220
-
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
-
User Authentication in Django
on the topic of authentication, if anyone is interested in making a django-rest-framework authentication api I highly recommend using dj-rest-auth, it routes the essentials and gets authentication running super fast in your machine
-
Best option for "Login with Google" Auth: OAuth2, Firebase, dj-rest-auth??
I'm trying to implement Google Login as my user auth model in my DRF project. However, I haven't found much discussion going on in this subreddit. From what I've researched, there seem to be three main options: OAuth2, Firebase, and dj-rest-auth.
-
Vue + Django REST Framework - authentication
I use dj-rest-auth , which is based on django-allauth. Setup was not hard, I took the idea from https://wsvincent.com/ tutorials. Social auth also can be configured through it, which is a good additional option to have.
What are some alternatives?
django-rest-framework-simplejwt - A JSON Web Token authentication plugin for the Django REST Framework.
drf-yasg - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
django-nuxt-starter
django-sesame - "Magic Links" - URLs with authentication tokens for one-click login
django-oauth-toolkit-spa - A set of out-of-box REST endpoints for auth operations, providing refresh token in HttpOnly cookie and access token in body, perfect for SPA web apps. Built on top of models provided by django-oauth-toolkit.
django-auth-adfs - A Django authentication backend for Microsoft ADFS and AzureAD
django-vue-cli-webpack-demo - A minimal demo showing how to wire up Webpack of a Vue CLI app to Django templates without extra plugins.
django-two-factor-auth - Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
django-rest-framework-social-oauth2 - python-social-auth and oauth2 support for django-rest-framework
auth-module - Zero-boilerplate authentication support for Nuxt.js!
django-auth-tutorial - Source code for Django authentication tutorial.
django-allauth - Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.