RCP icon indicating copy to clipboard operation
RCP copied to clipboard

authentication / permissions

Open joreg opened this issue 6 years ago • 2 comments

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

joreg avatar Jan 26 '19 13:01 joreg

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 avatar Aug 26 '21 15:08 i-n-g-o

login-command

password: optional username: optional

i-n-g-o avatar Aug 26 '21 15:08 i-n-g-o