-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
- 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
- Authentication should get handled by the client and should use username/password and later possibly an application token (if wanted)
- Authentication should be required every time to protect possibly sensitive server information, i.e., tokens should not work for a long time
- 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.
fussel178
Metadata
Metadata
Assignees
Labels
No labels