Using Kratos for a Client Side Rendered SPA #4386
Answered
by
ibrahimbutt
ibrahimbutt
asked this question in
Q&A
-
|
All SPA examples, as far as I can see, assume Next.js is being used. However, we are building a CSR SPA, for which the Authorization Code Flow with PKCE is recommended, or more recently, the BFF pattern. This leaves me with the question, is Kratos suitable for A CSR SPA? If so, is there an example |
Beta Was this translation helpful? Give feedback.
Answered by
ibrahimbutt
Apr 17, 2025
Replies: 1 comment 2 replies
-
|
Hello @ibrahimbutt This blogpost might help understand how Ory works with SPAs and so on: https://www.ory.sh/blog/auth-and-modern-software |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nothing outright, but I'd imagine yes based on:
Thanks.