This project implements user registration and login functionality using Django and Firebase Authentication. Users can register with a unique username, email, and password. After registration, users can log in using their credentials. Additionally, the project offers profile view and edit functionalities. User profiles can be viewed and modified, including first name, last name, and username.
- Python
- Django
- Firebase Authentication
- User registration
- User login
- View user profiles
- Edit user profiles
- Token-based authorization using Firebase Authentication