-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
bugA bug reportA bug report
Description
Operating System
Other
Browser
Other
KIP Version
4.6.0
Signal K Server Version
2.23.0-beta.2
Bug Description
Kip does not detect an existing authenticated session but forces the user to explicitly login in Kip.
Steps to Reproduce
- Login in the Admin UI
- Navigate to Kip
Configurations screen says Server authentication or Device Token required and Connectivity screen shows Login to server as disabled.
I would expect Kip to recognise the existing session and use it transparently, without any action needed from the user. As this is a prerequisite for configuration sharing I think login should be as smooth as possible.
/skServer/loginStatus returns information about the session, for example
{
"status": "loggedIn",
"readOnlyAccess": true,
"authenticationRequired": true,
"allowNewUserRegistration": true,
"allowDeviceAccessRequests": true,
"userLevel": "admin",
"username": "XXXX",
"securityWasEnabled": false
}
PS
Toggling Login to server but then canceling the Sign in to Signal K dialog leaves the Login to server enabled and [Set credential] button enabled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugA bug reportA bug report