Romern / syncMyMoodle

Synchronization client for RWTH Moodle
GNU General Public License v3.0
70 stars 18 forks source link

Take the username from the secretservice attributes if not set #75

Closed Romern closed 2 years ago

septatrix commented 2 years ago

~Also is it planned to switch to the keyring package in the future (which would add Windows, MacOS, KWallet etc. support)? If yes than this feature would not work any longer~ Okay nevermind that. While I could not find it in the documentation anywhere it seems to be supported: https://stackoverflow.com/a/61484528/7583539. A second look in the function signature however reveals that this seems to be supported as the username is declared as Optional[str]