mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
![]() Windows won't allow long keys in the backend the keyring python package uses as a backend. This means the access_token part can't be stored in the obvious way. Timeboxed some attempts at working around this limitation, but couldn't make it work within the time set. As this is mostly an extra precaustion protecting users that share config folders around against themselves (in other words, if this goes wrong it's not unreasonable to blame the user) it's not top critical, and the important part of that (the refresh_token) can proceed, giving any potential attacker only a 10 minute window from the moment any user shares their %appdata%/cura files (again, this is not how we intent for users to behave, but they can and will do it this way). CURA-7180 |
||
---|---|---|
.. | ||
__init__.py | ||
AuthorizationHelpers.py | ||
AuthorizationRequestHandler.py | ||
AuthorizationRequestServer.py | ||
AuthorizationService.py | ||
LocalAuthorizationServer.py | ||
Models.py |