How can I login and tokens without any UI involvement ? #3741
Answered
by
zoop-btc
ashwin-pandey
asked this question in
Q&A
-
I have been trying to find a way/workaround to perform login and get tokens on the backend for developers and testers, because it requires browser involvement, I am not able to do so in my backend. Is there any admin API that can help me in this case ? Any help is much appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
zoop-btc
Mar 29, 2024
Replies: 1 comment
-
curl can do anything a browser can, in my setup I login to kratos and do the whole consent flow just with curl in a script |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl can do anything a browser can, in my setup I login to kratos and do the whole consent flow just with curl in a script
you can probably do the same inside of postman