Skip to content

grnet/eudi-srv-issuer-oidc-py

 
 

Repository files navigation

EUDIW Issuer Authorization Server (GRNET fork)

See README.md for the original README.

Setup

  1. Install Python virtual environment and dependencies:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Edit file config.json and set hostname/IP for the server.

Use

source .venv/bin/activate
./run.sh

About

Issuer Authorisation backend server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 87.5%
  • HTML 10.7%
  • Jinja 1.1%
  • Other 0.7%