This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/providers/oauth2
Jens Langhammer 9724ded194 policies: change .form() and .serializer() to properties, add tests 2020-09-29 10:32:58 +02:00
..
migrations lifecycle: fix startup logs not being full json 2020-09-21 11:04:31 +02:00
templates/providers/oauth2 e2e: cleanup tests, remove XPATH selectors 2020-09-28 18:19:46 +02:00
views e2e: cleanup tests, remove XPATH selectors 2020-09-28 18:19:46 +02:00
__init__.py OAuth Provider Rewrite (#182) 2020-08-19 10:32:44 +02:00
api.py providers/oauth2: remove post_logout_redirect_uris 2020-09-18 23:37:40 +02:00
apps.py OAuth Provider Rewrite (#182) 2020-08-19 10:32:44 +02:00
constants.py providers/oauth2: rewrite introspection endpoint to allow basic or bearer auth 2020-09-28 11:42:27 +02:00
errors.py OAuth Provider Rewrite (#182) 2020-08-19 10:32:44 +02:00
forms.py providers/oauth2: remove post_logout_redirect_uris 2020-09-18 23:37:40 +02:00
generators.py OAuth Provider Rewrite (#182) 2020-08-19 10:32:44 +02:00
models.py policies: change .form() and .serializer() to properties, add tests 2020-09-29 10:32:58 +02:00
urls.py providers/oauth2: fix end-session view not working, add tests 2020-09-17 21:55:01 +02:00
urls_github.py OAuth Provider Rewrite (#182) 2020-08-19 10:32:44 +02:00
utils.py providers/oauth2: rewrite introspection endpoint to allow basic or bearer auth 2020-09-28 11:42:27 +02:00