Retro Questions #80
Unanswered
ivanLOliveira
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How is user ApiKey authentication managed in the WebApp?
After logging in, the user can register an ApiKey on the WebApp. The ApiKey is then associated with the user's account. For any subsequent requests to the server, the server will authenticate the user and verify if they have an active ApiKey. If the ApiKey is active, the server processes the request. further request to the server, the server authenticates the user and check if the user as an active ApiKey if so the request is processed
On a side note can the ApiKey be obtained on the WebApp?
Beta Was this translation helpful? Give feedback.
All reactions