An open API service indexing awesome lists of open source software.

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.

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)