Skip to content

This repository contains the source code of authentication module for any platform required. It will contain all the features required in the authentication flow of the user.

Notifications You must be signed in to change notification settings

sanskar-19/your-auth-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Steps

Steps :

  1. Install virtual environment by running the command on your local : "pip install virtualenv"
  2. cd to your cloned repository and create a venv by running : "python -m venv env"
  3. activate the environment as : ".\env\Scripts\activate"
  4. The repository contains requirements.txt file for installing all necessary packages. Run the command "pip install -r requirements.txt"
  5. Run the command "python main.py" to run the server in the dev environment

About

This repository contains the source code of authentication module for any platform required. It will contain all the features required in the authentication flow of the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages