https://github.com/wilfredpine/django-auth-system
A simple authentication system using django framework.
https://github.com/wilfredpine/django-auth-system
authentication django framework python web-development
Last synced: about 1 year ago
JSON representation
A simple authentication system using django framework.
- Host: GitHub
- URL: https://github.com/wilfredpine/django-auth-system
- Owner: wilfredpine
- License: mit
- Created: 2024-11-13T07:06:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:25:10.000Z (over 1 year ago)
- Last Synced: 2025-01-25T05:24:47.553Z (about 1 year ago)
- Topics: authentication, django, framework, python, web-development
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authentication System using Django Framework
- https://github.com/wilfredpine/
- https://github.com/wilfredpine/django-auth-system
## A simple authentication system using django framework with the following features:
- Authentication
- Role management
- Brute force protection
- SQL injection and Cross-Site Scripting (XSS) protection
- CSRF protection
- Content Security Policy (CSP)
- Logs
## Features:
- register
- login
- logout
- email verification
- forgot password
- multiple user role validation
## Installation
- clone
- open terminal
- create virtual environment
- install `requirements.txt`
- `cd django-auth-system`
- setup `.env`
- run the project
## Want to learn Python & Django?
[Python Tutorial](https://github.com/wilfredpine/Python-Tutorial)
[YouTube](https://www.youtube.com/@confired-official/)
## Thanks me by
Following [wilfredpine](https://github.com/wilfredpine/)
Starred & Forked [django-auth-system](https://github.com/wilfredpine/django-auth-system)
Subscribe at [confired-official](https://www.youtube.com/@confired-official/)
## Learn more?
[laravel11-auth-system](https://github.com/wilfredpine/laravel11-auth-system)
[expressjs-auth-system](https://github.com/wilfredpine/expressjs-auth-system)
[lavalust-auth-system](https://github.com/wilfredpine/lavalust-auth-system)