Skip to content

anumontu/auth-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth System

Setup Steps

  1. Environment Setup:

     * Create a virtual environment (python 3.7)
    
             mkvirtualenv auth
    
     * Install the requirements by using command:
     
             pip install -r requirements.txt
    
  2. Run system

     python main.py
    

Initial Data

  1. Users

     * Admin User
         email: anubhavverma@gmail.com
         password: anumontu
     * Normal User
         email: ananyaverma@gmail.com
         password: anni
    
  2. Resources

     * User
     * Image
     * Pdf
    
  3. Action Types

     * READ
     * WRITE
     * DELETE
    
  4. Roles

     * Read User
     * Edit User
     * Read Image
     * Edit Image
     * Read Pdf
     * Edit Pdf
    
  5. User Roles

     * ananyaverma@gmail.com has Edit Image role
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages