Implemented oidc with hydra
Showing
- app.py 3 additions, 0 deletionsapp.py
- areas/auth/auth.py 16 additions, 11 deletionsareas/auth/auth.py
- config.py 6 additions, 2 deletionsconfig.py
- helpers/__init__.py 1 addition, 0 deletionshelpers/__init__.py
- helpers/error_handler.py 12 additions, 2 deletionshelpers/error_handler.py
- helpers/hydra_oauth.py 41 additions, 0 deletionshelpers/hydra_oauth.py
- helpers/kratos_api.py 2 additions, 0 deletionshelpers/kratos_api.py
- requirements.txt 2 additions, 0 deletionsrequirements.txt
- run_app.sh 4 additions, 1 deletionrun_app.sh
helpers/hydra_oauth.py
0 → 100644
... | ... | @@ -17,6 +17,7 @@ jsonschema==4.3.2 |
Jinja2==3.0.3 | ||
MarkupSafe==2.0.1 | ||
mypy-extensions==0.4.3 | ||
oauthlib==3.1.1 | ||
pathspec==0.9.0 | ||
platformdirs==2.4.0 | ||
pycparser==2.21 | ||
... | ... | @@ -24,6 +25,7 @@ PyJWT==2.3.0 |
pyrsistent==0.18.0 | ||
regex==2021.11.10 | ||
requests==2.26.0 | ||
requests-oauthlib==1.3.0 | ||
six==1.16.0 | ||
tomli==1.2.3 | ||
typing-extensions==4.0.1 | ||
... | ... |
Please register or sign in to comment