-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
The spec for dbus defines several authentication methods but we only use EXTERNAL. And worse, each MessageBus implementation must implement the logic for all auth methods itself.
It would be nice if we could:
- Create a common class to abstract auth logic from the message bus. This class should extend from a base and can be passed to any
MessageBusconstructor. - Make the base part of the public api so users can extend it to use custom auth code.
- Implement
DBUS_COOKIE_SHA1andANONYMOUSauth method classes included in the library.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed