[Feature Request] Guide to implement custom auth
I need to create my own authentication in the viewer, I can’t use keycloak because we have another application that already has its own authentication and will use the viewer as an iframe, and keycloak doesn’t fit well into the flow.
I saw in some similar issues that the UserAuthenticationService serves this purpose, but I don’t understand how to use it.
Can someone please help me?
In my case, I have an api where I enter email and password and receive a token, which I want to use.