Skip to content
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 / permissions #21

Open
joreg opened this issue Jan 26, 2019 · 2 comments
Open

authentication / permissions #21

joreg opened this issue Jan 26, 2019 · 2 comments
Milestone

Comments

@joreg
Copy link
Contributor

joreg commented Jan 26, 2019

-> "login" command, send user and password (-> deal with encryption? - no -> use secure layer. e.g.: wss)

@i-n-g-o i-n-g-o changed the title authentification / permissions in parameter? authentification / permissions Aug 26, 2021
@i-n-g-o
Copy link
Member

i-n-g-o commented Aug 26, 2021

authentication:

idea is to prevent un-authorized access to the user inteface. a login-command needs to be handled before any other information is transmitted.

e.g.:

  • client connects
  • server sends login-command
  • client receives login-command and shows a password input field.
  • user enters password
  • client sends (hashed) password with login command
  • server checks password and continues the communication or closes the connection

permissions:

could be: write or read-only access or specific parameter for specific roles or usernames
this needs a specialized server able to handle different views for different clients

@i-n-g-o i-n-g-o changed the title authentification / permissions authentication / permissions Aug 26, 2021
@i-n-g-o
Copy link
Member

i-n-g-o commented Aug 26, 2021

login-command

password: optional
username: optional

@i-n-g-o i-n-g-o added this to the v2.0 milestone Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants