Cura/cura/OAuth2
Kostas Karmas b717755f20 Add "Sign in with another account" button in AddCloudPrintersView
There are cases where Cura and the browser fall out of sync when it
comes to accounts. In such cases, you may be logged in cura with an
account that has no cloud printers and in the browser with an account
that has printers. So when you press the "Add cloud printer" button,
you are redirected to mycloud and you see cloud printers that are not
detected by Cura (because Cura is in a different acconut). In such
cases, the user can now press the "Sign in with a different account"
link in the "Waiting for cloud response" page, which will log him/her
out in Cura AND in the browser, and then reinitiate the whole
authorization flow, to make sure the accounts are in sync.

CURA-7427
2020-05-11 17:47:09 +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 Add "Sign in with another account" button in AddCloudPrintersView 2020-05-11 17:47:09 +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