https://github.com/justdjango/handling-user-auth
A quick look at how to handle user authentication with Django.
https://github.com/justdjango/handling-user-auth
Last synced: 11 days ago
JSON representation
A quick look at how to handle user authentication with Django.
- Host: GitHub
- URL: https://github.com/justdjango/handling-user-auth
- Owner: justdjango
- Created: 2018-09-04T07:34:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T23:18:42.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T13:04:24.207Z (about 1 month ago)
- Language: Python
- Size: 65.4 KB
- Stars: 29
- Watchers: 1
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Definitive Django Learning Platform.
# Handling User Authentication
A basic introduction to handling user authentication in Django without any 3rd party libraries.
---