Re: [pve-devel] [PATCH v2 manager] ui: auth: add api token authentication to login window

2020-06-30 Thread Thomas Lamprecht
On 07.05.20 14:28, Tim Marx wrote: > Signed-off-by: Tim Marx > --- > > Notes: > changed since v1: > * store token including the product prefix > * add token id to username to make it more obvious that it's note the > actual user > > www/manager6/Workspace.js | 5 ++ >

[pve-devel] [PATCH v2 manager] ui: auth: add api token authentication to login window

2020-05-07 Thread Tim Marx
Signed-off-by: Tim Marx --- Notes: changed since v1: * store token including the product prefix * add token id to username to make it more obvious that it's note the actual user www/manager6/Workspace.js | 5 ++ www/manager6/window/LoginWindow.js | 129