You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
daniel@… originally submitted this as ticket:481
The combination of these allow the creation of e.g. web interfaces that connect to other services on behalf of the user.
The delegation is to allow for services acting on behalf of the user.
Removing the previously forced base64 makes it possible to use as an authenticator in other Python modules, for instance imaplib.IMAP4.
The Pythonic API means a GSSAPI-authenticated IMAP instantiation looks like:
which IMHO looks a lot nicer than what is presently needed.
The text was updated successfully, but these errors were encountered: