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 111fbf119b *: refactor prometheus gauges to directly updating metrics view
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-01-16 13:57:07 +01:00
..
api *: migrate ui_* properties to functions to allow context being passed 2021-12-13 23:56:35 +01:00
management root: Random tests (#1825) 2021-11-22 22:56:02 +01:00
migrations flows: fix migration removing flow titles 2021-12-30 21:00:00 +01:00
templates/flows flows: remove FlowExecutorShellView 2021-03-23 18:09:13 +01:00
tests flows: add test helpers to simplify and improve checking of stages, remove force_str 2022-01-01 20:25:32 +01:00
transfer *: use py3.10 syntax for unions, remove old Type[] import when possible 2021-12-30 14:59:01 +01:00
views flows: use WithUserInfoChallenge for AccessDeniedChallenge 2022-01-01 19:45:34 +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 flows: use WithUserInfoChallenge for AccessDeniedChallenge 2022-01-01 19:45:34 +01:00
exceptions.py core: add error handling in source flow manager when flow isn't applicable 2022-01-03 21:57:55 +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 *: use py3.10 syntax for unions, remove old Type[] import when possible 2021-12-30 14:59:01 +01:00
planner.py *: refactor prometheus gauges to directly updating metrics view 2022-01-16 13:57:07 +01:00
signals.py *: refactor prometheus gauges to directly updating metrics view 2022-01-16 13:57:07 +01:00
stage.py flows: handle error if flow title contains invalid format string 2022-01-10 19:49:27 +01:00
urls.py flows: inspector (#1469) 2021-09-28 09:36:48 +02:00