You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Currently there is no authentication / token support in how OC web talks to the OC agent.
Users could get customized security by proxying the OC agent behind their frontend web server, which could enforce things like CSRF protection and user authentication in an application-specific way.
This issue tracks creating an explanation for how to do this proxying and a detailed example of it.