Skip to content

Authentication #9

@pklaschka

Description

@pklaschka

Add capabilities for authentication to allow for restricted access (in the future including roles with different permissions), allowing to secure the actual information (coming from the API) while still serving a Frontend that handles logging in / staying logged in / and so on.

Details of the proposed implementation

  1. Authentication should work using the OAuth 2.0 standard as it's well known, relatively easy to implement and allows for a lot of options in the room of permissions and so on
  2. Authentication should get handled by the client and should use username/password and later possibly an application token (if wanted)
  3. Authentication should be required every time to protect possibly sensitive server information, i.e., tokens should not work for a long time
  4. Possibly worth considering whether it's possible to integrate with "standard" implementations of it so that existing solutions on existing servers could get used when server-state gets integrated instead of used as a standalone solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions