dj-rest-auth VS django-oauth-toolkit-spa

Compare dj-rest-auth vs django-oauth-toolkit-spa and see what are their differences.

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. (by oscarychen)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
dj-rest-auth django-oauth-toolkit-spa
22 1
1,572 11
2.5% -
6.1 0.0
6 days ago about 1 year ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

dj-rest-auth

Posts with mentions or reviews of dj-rest-auth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-12.

django-oauth-toolkit-spa

Posts with mentions or reviews of django-oauth-toolkit-spa. We have used some of these posts to build our list of alternatives and similar projects.
  • Modifying oauth-toolkit token refresh behaviour for better security in SPA
    1 project | /r/django | 17 Jan 2022
    I keep finding myself, having to modify the View logic for packages like django-oauth-toolkit, djangorestframework-simplejwt, etc to make it so that refresh token is exchanged in a HttpOnly cookie to harden security aspects further. A little while ago I decided to make a package that modifies this behavior for django-oauth-toolkit so I don't have to keep doing it in every Django Project: https://github.com/oscarychen/django-oauth-toolkit-cookie-refresh

What are some alternatives?

When comparing dj-rest-auth and django-oauth-toolkit-spa you can also consider the following projects:

django-rest-framework-simplejwt - A JSON Web Token authentication plugin for the Django REST Framework.

django-rest-framework-jwt - JSON Web Token Authentication support for Django REST Framework [Moved to: https://github.com/jpadilla/django-rest-framework-jwt]

drf-yasg - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.

best-of-web-python - 🏆 A ranked list of awesome python libraries for web development. Updated weekly.

django-auth-adfs - A Django authentication backend for Microsoft ADFS and AzureAD

django-two-factor-auth - Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.

django-nuxt-starter

django-sesame - "Magic Links" - URLs with authentication tokens for one-click login

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.

auth-module - Zero-boilerplate authentication support for Nuxt 2

django-rest-framework-social-oauth2 - python-social-auth and oauth2 support for django-rest-framework

django-auth-tutorial - Source code for Django authentication tutorial.