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/sources/oauth
Jens Langhammer 0664f0b6b2 flows: add support for default_context, etc
default_context can be used to influence policies during the planning. This should be used when the Planner is called from other views to correctly preseed the plan.
This also checks if there is a PENDING_USER set, and uses that user for the cache key instead
2020-05-20 16:15:16 +02:00
..
migrations admin: fix linting 2020-05-20 13:59:56 +02:00
templates/oauth_client ui: include font-awesome 2020-02-21 18:00:09 +01:00
types migrate to per-model UUID Primary key, remove UUIDModel (#26) 2020-05-20 09:17:06 +02:00
views flows: add support for default_context, etc 2020-05-20 16:15:16 +02:00
__init__.py *(minor): small refactor 2019-10-07 16:33:48 +02:00
api.py all: implement black as code formatter 2019-12-31 12:51:16 +01:00
apps.py sources/oauth: fix handling of sources with spaces in their name 2020-05-19 21:53:36 +02:00
backends.py all: implement black as code formatter 2019-12-31 12:51:16 +01:00
clients.py sources/oauth: fix invalid headers, fix invalid function signature 2020-02-23 19:42:57 +01:00
forms.py sources/oauth: fix invalid headers, fix invalid function signature 2020-02-23 19:42:57 +01:00
models.py admin: fix linting 2020-05-20 13:59:56 +02:00
settings.py sources/oauth: add OIDC client 2020-05-19 21:53:46 +02:00
urls.py all: implement black as code formatter 2019-12-31 12:51:16 +01:00
utils.py sources/oauth: fix handling of sources with spaces in their name 2020-05-19 21:53:36 +02:00