Hi all! Trying out ory cloud for the first time. I have one frontend that I intend to build around kratos, for user registration etc.
I have a separate application that will use ory for SSO, with kratos as the IDP, so I created an oauth 2.0 client on the ory interface.
Does anyone have some code samples for configuring
oidc-client-ts to use the PKCE flow for OIDC? I'm using vue js for my frontend, so for SPAs I use PKCE flow.