Sébastien Chopin
Sébastien Chopin
Thank you for this awesome work @DavidDeSloovere In the meantime, you can for instance use [Nitro's KV storage](https://nitro.build/guide/storage) to store the content of the session based using the `session.id` as...
I have zero knowledge on LDAP auth actually, do you have any resources to explain it?
Thanks for your issue @ManasMadrecha I think that MDC should ignore the `[[` or `![[` syntax directly ☺️
Thank you for the contribution, in what case is it easier than using `routeRules` ?
I kind of agree, why not using the @logto/nuxt module for it?
Does it work with a hard refresh?
If you make an API call that update the session / cookie on server-side, you need to tell the Vue composable to refresh it self: ```diff + const { fetch:...
Nice catch @lhoucinecherif This is quite weird, I suspect the issue comes from to the fact that you add the meta from a Nuxt middleware which is not called on...
Related to #194 But you can create your own OAuth handler by looking at how the others are implemented.
Thanks! What do you think of adding the `openid` scope and do the same as Auth0 so we can call the https://developer.okta.com/docs/api/openapi/okta-oauth/oauth/tag/OrgAS/#tag/OrgAS/operation/userinfo endpoint?