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.
- Host: GitHub
- URL: https://github.com/5ekastanx/auth-register
- Owner: 5ekastanx
- Created: 2024-08-28T15:30:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T15:38:10.000Z (almost 2 years ago)
- Last Synced: 2025-07-05T11:48:09.845Z (12 months ago)
- Topics: authentication, django, python
- Language: Python
- Homepage: https://my-bio-hstf.vercel.app/
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```