-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Note: This is not a security or auth feature as the access to OVE can be secured on a network level, etc... What I want out of this is a safety mechanism to prevent people from accidentally deploying content to OVE while a presentation is running. The access to SDK is fairly easy so accidents like this may happen on the production environment without realizing.
I think it may be very helpful to have a lock content feature/function which returns a session token. This token should be used to execute any rest operation afterwards (update state, delete sections, play content, etc). This session token token can be displayed by the control panel, so someone wanting to use a tablet or laptop should be able to reuse it if he as physical access to the control panel. At the end of the presentation the space would be unlocked by the control panel before moving to the next presentation.
The OVE server would have an enpoint to reset the current session token and unlock the space, which would not be available from the SDKs.