altdesktop / python-dbus-next

🚌 The next great DBus library for Python with asyncio support
https://python-dbus-next.readthedocs.io/en/latest/
MIT License
191 stars 60 forks source link

allow user to choose uid for external authentication #141

Open philipp-simon opened 1 year ago

philipp-simon commented 1 year ago

When using the AuthExternal Authenticator the uid can optionally be specified as either string or int. Defaults to the same behaviour as before: using the process's uid.