Skip to content

proguru58/personalas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Authorization Server

Prerequisite:

  • Python3.4
  • pip3

Installation Guide:

  1. Install necessary packages by running following command:

    • pip install -r requirement.txt
    • python3 manage.py migrate
    • python3 manage.py createsuperuser
  2. Change settings.py with credentials:

    • Replace fields OIDC_DYNAMIC_CLIENT_REGISTRATION_DATA, OIDC_DEFAULT_BEHAVIOUR, OIDC_PROVIDERS with your credentials
  3. Launch server by the following command:

    • python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published