Open joreg opened 5 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
login-command
password: optional username: optional
-> "login" command, send user and password (-> deal with encryption? - no -> use secure layer. e.g.: wss)