-
We are trying to follow login flow on deployed SPA React application. When submitting the form we get 200 and redirect back to target page, but we don't receive Steps to reproduce
Expected behaviour Authorization should return cookie with Environment Ory Kratos: v0.7.1-alpha.1 Additional context: kratos.yml
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We figure out the problem. We've noticed that we have an error on kratos: |
Beta Was this translation helpful? Give feedback.
We figure out the problem. We've noticed that we have an error on kratos:
could not find a strategy to login with
while trying to log in. We have added missing attributes to html form tagname="method" value="password"
and now we are receivingory_kratos_session
cookie on successful authorization. Issue can be close.