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/authentik/flows
Jens Langhammer 4ba55aa8e9 flows: fix error when trying to print FlowToken objects
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-12-09 13:55:43 +01:00
..
api *: add meta_model_name field to all models with inheritance 2021-11-26 10:32:39 +01:00
management root: Random tests (#1825) 2021-11-22 22:56:02 +01:00
migrations core: add FlowToken which saves the pickled flow plan, replace standard token in email stage to allow finishing flows in different sessions 2021-12-05 15:20:11 +01:00
templates/flows flows: remove FlowExecutorShellView 2021-03-23 18:09:13 +01:00
tests root: Random tests (#1825) 2021-11-22 22:56:02 +01:00
transfer *: fix typos in code 2021-09-25 00:01:11 +02:00
views flows: fix error in inspector view 2021-12-09 13:52:46 +01:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py flows: make use of oneOf OpenAPI to annotate all challenge types 2021-05-24 14:11:23 +02:00
challenge.py core: add configure_url to UserSettings for both stages and sources 2021-06-08 19:21:27 +02:00
exceptions.py flows: fix FlowNonApplicableException not being Sentry Ignored 2021-01-27 09:57:18 +01:00
markers.py flows: add invalid_response_action to configure how the FlowExecutor should handle invalid responses 2021-06-28 00:22:09 +02:00
models.py flows: fix error when trying to print FlowToken objects 2021-12-09 13:55:43 +01:00
planner.py core: add FlowToken which saves the pickled flow plan, replace standard token in email stage to allow finishing flows in different sessions 2021-12-05 15:20:11 +01:00
signals.py flows: also clear cache when deleting bindings 2021-10-20 15:25:38 +02:00
stage.py stages/email: fix missing component in response when retrying email send 2021-11-14 17:52:31 +01:00
urls.py flows: inspector (#1469) 2021-09-28 09:36:48 +02:00