django-rest-framework-social-oauth2
django-oauth-toolkit
django-rest-framework-social-oauth2 | django-oauth-toolkit | |
---|---|---|
1 | 2 | |
1,067 | 2,521 | |
0.0% | - | |
3.3 | 8.4 | |
over 1 year ago | over 3 years ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 or later |
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-framework-social-oauth2
-
How to create session based tokens if i m authenticating from another app?
You mean this one? You should look into their setup facebook/google examples. For the most part, this library comes with pre-built endpoints that you call to generate the token. Less effort on your part!
django-oauth-toolkit
-
Enable oauth login with django-allauth but a custom provider
I have built an oauth provider using django-oauth-toolkit.
-
Generating single access token with Django OAuth2 Toolkit
I'm using the latest Django OAuth2 Toolkit (0.10.0) with Python 2.7, Django 1.8 and Django REST framework 3.3
What are some alternatives?
best-of-web-python - 🏆 A ranked list of awesome python libraries for web development. Updated weekly.
django-oidc-provider - OpenID Connect and OAuth2 provider implementation for the Django framework.
django-rest-microservice - Provides OAuth2.0 Code Grant w/ PKCE authentication flow with third-party IDP (AWS Cognito), microservices architecture with Django, and out-of-box auth operation REST APIs for working with SPA.
django-oauth-toolkit - OAuth2 goodies for the Djangonauts!
django-rest-framework-jwt - JSON Web Token Authentication support for Django REST Framework [Moved to: https://github.com/jpadilla/django-rest-framework-jwt]
django-allauth - Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. 🔁 Mirror of https://codeberg.org/allauth/django-allauth/