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

https://github.com/5ekastanx/auth-register

🚀 Auth-Register . Welcome to Auth-Register, a Django-based authentication and registration system. This project is designed to provide a robust, secure, and easy-to-implement user authentication system.
https://github.com/5ekastanx/auth-register

authentication django python

Last synced: 2 months ago
JSON representation

🚀 Auth-Register . Welcome to Auth-Register, a Django-based authentication and registration system. This project is designed to provide a robust, secure, and easy-to-implement user authentication system.

Awesome Lists containing this project

README

          

# Auth-Register 🚀

Welcome to Auth-Register, a Django-based authentication and registration system. This project is designed to provide a robust, secure, and easy-to-implement user authentication system.

## 🌟 Features
- **User Registration:** Users can sign up with an email and password.
- **User Login:** Secure login with Django's built-in authentication.
- **Password Reset:** Users can reset their passwords via email.
- **Profile Management:** Users can update their profile details.
- **Email Verification:** Ensures users confirm their email address before accessing the application.

## 🛠️ Installation

1. **Clone the Repository:**

```bash
git clone https://github.com/5ekastanx/Auth-Register.git
cd Auth-Register
```

3. **Apply Migrations:**

```bash
python manage.py migrate
```

4. **Run the Server:**

```bash
python manage.py runserver
```