mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-14 22:37:16 +01:00
In many cases the session cookie is already available, so there is no need to ask for a password. To make this work with the python authentication implementation, we add a small proxy object for the password and only ask the credential manager if the stringify method is called. This approach also makes it possible to offer a non-password based authorization type if the server allows multiple authentication methods.