How to Authenticate into the web GUI with Token #1197
-
I am trying to understand the process of authentication into the Web GUI and I have a couple of questions: Users are also able to create tokens in the GUI. Is it posible to use a generated token to login? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Thanks for asking. You can check out the API docs for this to understand the exact request and response details. Let me know if you have any queries. |
Beta Was this translation helpful? Give feedback.
Thanks for the details. I am not sure how this could work out. I don't think reverse proxy to the API URL this way will work. I have no experience with Authentik so not sure about its features or how it works.
The web app stores token in local storage so that it can be reused if you refresh the webpage. The web app is designed to work in a specific way so the authentik/nginx config may not work with it.