Skip to content

slyflare/AuthProto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finvest Holdings Authentication and Access Control Prototype

This is a authentication and access control prototype designed for Finvest Holdings.

Installation

This is a python application uses the bcrypt and pwinput modules. Minimum python version of 3.8 recommended.

To install bcrypt run:

pip install bcrypt for linux users run: pip3 install bcrypt sudo apt-get install build-essential cargo

To install pwinput run:

pip install pwinput for linux users run: pip3 install pwinput

Running the Application

To run the application simply run:

python main.py or python3 main.py for linux users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages