Can I use mix of both client-side and server-side flow with Ory Kratos? #1760
Replies: 1 comment
-
Keep in mind that
Otherwise, I see no obvious challenges right now, I think it sounds like a great project and definitely keep us in the loop on your progress. PS: I have moved this to |
Beta Was this translation helpful? Give feedback.
-
My use case is I have a SPA that uses ReactJS. I know that Ory Kratos supports client-side browser flow but in my use case, I also want to integrate with Hydra so it requires me to have a server-side UI component.
My solution is creating a server-side UI for login, logout, and consent endpoints and the rest of the self-service flows (registration) will be put on the client-side (my ReactJS app).
But I am not sure if this solution is possible or introducing new challenges in the feature? Hope to have some suggestions from you guys in my use case.
Beta Was this translation helpful? Give feedback.
All reactions