Cura/cura/OAuth2
Kostas Karmas dbb15b7c71 Account for exception occured when storing long tokens on Windows
The Windows Credential Manager allows for up to 256bits passwords. If a password longer than that
is attempted to be written, it will throw a BaseException.

CURA-7180
2021-03-29 16:33:59 +02:00
..
__init__.py Fix code style and documentation formatting 2019-02-08 11:10:43 +01:00
AuthorizationHelpers.py Expand the logging for the auth data a bit more 2021-01-28 10:31:47 +01:00
AuthorizationRequestHandler.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
AuthorizationRequestServer.py Fix Authorization server not properly stopping after flow completes. 2020-06-09 15:12:26 +02:00
AuthorizationService.py Small aesthetic code changes 2021-03-17 09:30:31 +01:00
KeyringAttribute.py Account for exception occured when storing long tokens on Windows 2021-03-29 16:33:59 +02:00
LocalAuthorizationServer.py Fix local authorization server crashing 2020-06-11 15:27:29 +02:00
Models.py Small aesthetic code changes 2021-03-17 09:30:31 +01:00