python-social-auth
django-rest-framework-jwt
python-social-auth | django-rest-framework-jwt | |
---|---|---|
2 | 4 | |
2,826 | 3,122 | |
0.0% | - | |
0.0 | 0.0 | |
about 3 years ago | almost 4 years ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" 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.
python-social-auth
-
how to get user email with python social auth with facebook and save it
I'm trying to implement python-social-auth in django.
-
Are sessions needed for python-social-auth
I'm building a django app with an API backend(built with DRF) and angularjs client. My goal is to completely decouple the server and client using JWT in place of sessions. I'm attempting to integrate python-social-auth(PSA) with django-rest-framework-jwt(DRFJWT), so my goal is to have an auth flow something to this:
django-rest-framework-jwt
-
generate jwt when signing in with allauth
How would you generate a token with django-rest-framework-jwt and pass it to a template that can store the token in localstorage, when signing in with allauth?
-
How to secure APIs for Registration and Login in Django Rest Framework?
I have been and nowadays may be almost every Django Framework users using Django Rest Framework for creating REST APIs. I am using it with token authentication using django-rest-framework-jwt and it returns the token when User logged in through our rest API.
-
How to do Django JSON Web Token Authentication without forcing the user to re-type their password?
My Django application uses the Rest Framework JWT for authentication. It works great and very elegant.
-
Are sessions needed for python-social-auth
I'm building a django app with an API backend(built with DRF) and angularjs client. My goal is to completely decouple the server and client using JWT in place of sessions. I'm attempting to integrate python-social-auth(PSA) with django-rest-framework-jwt(DRFJWT), so my goal is to have an auth flow something to this:
What are some alternatives?
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/
django-rest-framework-jwt - JSON Web Token Authentication support for Django REST Framework [Moved to: https://github.com/jpadilla/django-rest-framework-jwt]
Authomatic - Simple yet powerful authorization / authentication client library for Python web applications.
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.
Sanic JWT - Authentication, JWT, and permission scoping for Sanic
django-rest-framework-jwt - JSON Web Token Authentication support for Django REST Framework