rabbitControl / RCP

Remote Control Protocol
GNU Lesser General Public License v3.0
32 stars 0 forks source link

authentication / permissions #21

Open joreg opened 5 years ago

joreg commented 5 years ago

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

i-n-g-o commented 3 years ago

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.:

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 commented 3 years ago

login-command

password: optional username: optional