Cura/cura/OAuth2
Kostas Karmas d3fb002d9b Transfer the generation of the auth link into its own function
The authentication link should be prepended with a logoff link from
mycloud, if it is requested. In order to make this process testable
this commit separates the generation of the authentication link,
based on whether it requests for a browser logoff first, into its
own function.

This commit also adds tests for this function.

CURA-7427
2020-05-12 13:07:39 +02:00
..
__init__.py Fix code style and documentation formatting 2019-02-08 11:10:43 +01:00
AuthorizationHelpers.py Increase size of the verificationCode 2020-01-31 15:00:03 +01:00
AuthorizationRequestHandler.py Use state in AuthorizationService 2020-01-31 16:11:59 +01:00
AuthorizationRequestServer.py Add missing ignore 2020-01-31 16:24:46 +01:00
AuthorizationService.py Transfer the generation of the auth link into its own function 2020-05-12 13:07:39 +02:00
LocalAuthorizationServer.py Prevent crashing on PermissionError when importing http.server (#7095) 2020-02-17 17:01:11 +01:00
Models.py Add some missing typing 2020-01-10 14:58:53 +01:00