S-Auth is a simple and secure authentication system for Python applications. It features user registration and login with password encryption using Argon2id.
- User registration ✅
- User login ✅
- Password encryption with Argon2id ✅
-
Clone the repository:
git clone https://github.com/ottersek/S-Auth.git cd S-Auth
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a MySQL database:
CREATE DATABASE simpleauthentication;
Run the script:
python s-auth.py
The script will display a banner, and you can choose to register or log in. User credentials are securely stored in the MySQL database.
If you use this project, please give it a star and credit to ottersek/karolshearts and S-Auth.
This project is licensed under the MIT License.