Skip to content

Improve authn/authz #139

Open
Open
@pohlm01

Description

@pohlm01

Currently, our authentication mechanism lacks support for various features:

  • Access tokens cannot be revoked, but only expire
    • We should implement some logout mechanism
    • Admins must be able to ban clients
  • We do not support refresh tokens
  • We might re-evalute how standard or best-practices conform the integration with an external OAuth provider is. Maybe, we should implement the OpenID connect approach?

This is mainly meant as an issue to not forget about things that came to my mind. Probably, we should think about the exact architecture and implications before implementing changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions