-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication #9
Comments
I would like to move the actual authentication implementation (OAuth or whatever) to simple-server. Advantages of this approach
Proposed implementation
If accepted (or a modified state, if applicable) shall get added to the https://github.com/server-state/specs repository. @fussel178 any thoughts? |
Sounds good. But for example we add a new user dynamically with his own token to check. This updates (i think) |
@fussel178 In this case, the new user gets added to a database. |
Here a small sequence diagram (not really up to UML specs, but who cares 😆): |
Adding it to the specifications is in progress with server-state/specs#15. Since this, then, will be more of an issue of server-state/simple-server, I'll transfer the issue... |
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
The text was updated successfully, but these errors were encountered: