Cura/cura/OAuth2
Erwan MATHIEU 67d4afb97e Use HSTS for local OAuth2 callback server
CURA-12458
This prevents possible man-in-the-middle attacks from within the user PC. Not very likely, but still a good practice.
2025-03-14 12:00:24 +01:00
..
__init__.py Fix code style and documentation formatting 2019-02-08 11:10:43 +01:00
AuthorizationHelpers.py Defensive programming: Catch case where 'error_description' is missing in response. 2024-07-18 16:02:23 +02:00
AuthorizationRequestHandler.py Use HSTS for local OAuth2 callback server 2025-03-14 12:00:24 +01:00
AuthorizationRequestServer.py Fix Authorization server not properly stopping after flow completes. 2020-06-09 15:12:26 +02:00
AuthorizationService.py Do not get user profile by loading auth data 2024-03-14 11:17:12 +01:00
KeyringAttribute.py Try if we can get rid of this workaround. 2024-12-10 09:25:49 +01:00
LocalAuthorizationServer.py Add extra logging to auth server 2021-07-23 10:40:30 +02:00
Models.py Add support for OAuth2 client secret 2023-12-04 19:48:20 +01:00