Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.01 KB

File metadata and controls

34 lines (21 loc) · 1.01 KB

Python Authentification System

Here is a code that I made (partially) and which could help you secure your programs and restrict them only to the people to whom you sold it or authorized them!

Documentation

1. Installation

Here are the steps to install the prerequisites for this project:

  1. Run python3 -m pip install -r requirements.txt in order to install the modules used.

2. Setup

  1. Open 2 cmds for each “frontend” & “backend” folder.
  2. In a new cmd run python3 keygen.py to get a new random key.
  3. Replace this key in the followings files frontend/utils.py & backend/app/routes.py :

4. Run `python3 app.py` to launch the server & `python3 main.py` to test the auth code.

3. Credits

I was inspired by @h9nt's project to create mine, so a big thank you to him.

And by the xtekky antibot of course.

Thanks

Nobody.