Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeboahd24/django-djoser
Djoser email verification
https://github.com/yeboahd24/django-djoser
Last synced: 7 days ago
JSON representation
Djoser email verification
- Host: GitHub
- URL: https://github.com/yeboahd24/django-djoser
- Owner: yeboahd24
- Created: 2022-05-05T14:33:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T14:42:47.000Z (over 2 years ago)
- Last Synced: 2024-11-17T11:20:29.631Z (2 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth System
This is a project that demonstrates how you could implement a fully featured JSON Web Token Authentication system in Django and React. This includes showing how to implement features like account activation, password reset, and also social authentication with google and facebook oauth2. Further improvements to make it more production ready would just be to utilize the refresh token to get a new access token when the application reloads and also reloads when you go to an important page such as a checkout page, and having alerts present on the frontend to make things more user friendly.