fresh-summer-85333
08/06/2024, 6:30 PMchoose_method
state. If I send a post request with the login info + login_challenge to submit the login flow, it will give me a session token and authenticate me as usual, with no other mention of the oauth2 flow. Other than adding the login_challenge?=
to the flow submission url, is there anything else I am supposed to do when submiting the login flow to kratos? or do i move on with hydra?
Thanks! your time is definitely appreciateddelightful-noon-48365
08/07/2024, 6:43 AMlogin_challenge
query param in the request when you ask a new flow, as is the case in: https://github.com/ory/kratos-selfservice-ui-node/blob/master/src/routes/login.ts#L41fresh-summer-85333
08/07/2024, 1:47 PM