Replies: 1 comment 4 replies
-
See https://goauthentik.io/developer-docs/api/flow-executor for a short introduction |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on integrating user authentication into my application using the Authentik API. I've successfully added a user through the core/user endpoint and set a password. However, I'm having trouble finding the right API path for user login in the Authentik API browser. It seems there's no obvious endpoint for user authentication.
please provide some insights into the correct API endpoint or method for user login. I need to authenticate users using their usernames and passwords and obtain a token for subsequent API requests
Beta Was this translation helpful? Give feedback.
All reactions