Skip to content
/ S-Auth Public

S-Auth is a simple and secure authentication system for Python applications. It features user registration and login with password encryption using Argon2id.

License

Notifications You must be signed in to change notification settings

doxdk/S-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S-Auth 🔑

S-Auth is a simple and secure authentication system for Python applications. It features user registration and login with password encryption using Argon2id.

Features ✨

  • User registration ✅
  • User login ✅
  • Password encryption with Argon2id ✅

Installation 🛠️

  1. Clone the repository:

    git clone https://github.com/ottersek/S-Auth.git
    cd S-Auth
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Create a MySQL database:

    CREATE DATABASE simpleauthentication;

Usage 🚀

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.

Contributing 🤝

If you use this project, please give it a star and credit to ottersek/karolshearts and S-Auth.

License 📜

This project is licensed under the MIT License.

About

S-Auth is a simple and secure authentication system for Python applications. It features user registration and login with password encryption using Argon2id.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages