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/providers/oauth2/views
Jens L b85be12567
providers/oauth2: fix issues with es256 and add tests (#3808)
fix issues with es256 and add tests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-18 22:01:29 +02:00
..
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
authorize.py providers/oauth2: add device flow (#3334) 2022-10-11 12:42:10 +02:00
device_backchannel.py providers/oauth2: fix expires_in not being an int 2022-10-11 14:25:30 +03:00
device_finish.py providers/oauth2: add device flow (#3334) 2022-10-11 12:42:10 +02:00
device_init.py providers/oauth2: add device flow (#3334) 2022-10-11 12:42:10 +02:00
github.py providers/oauth2: use @method_decorator instead of decorating in urls 2022-09-10 13:26:17 +02:00
introspection.py providers/oauth2: use @method_decorator instead of decorating in urls 2022-09-10 13:26:17 +02:00
jwks.py providers/oauth2: fix issues with es256 and add tests (#3808) 2022-10-18 22:01:29 +02:00
provider.py providers/oauth2: add device flow (#3334) 2022-10-11 12:42:10 +02:00
token.py providers/oauth2: add device flow (#3334) 2022-10-11 12:42:10 +02:00
token_revoke.py providers/oauth2: use @method_decorator instead of decorating in urls 2022-09-10 13:26:17 +02:00
userinfo.py providers/oauth2: use @method_decorator instead of decorating in urls 2022-09-10 13:26:17 +02:00