kryopix
kryopix
Hello, I've noticed that all web security headers only appear in the HTML responses, but not in the Nuxt resources such as CSS, JS, etc. Public resources are also not...
Hello, I noticed that the session cookie name is currently hardcoded as `nuxt-oidc-auth`: https://github.com/itpropro/nuxt-oidc-auth/blob/b3c4087e03029a7a16d03329c8b3d5ccc0a60c99/src/runtime/server/utils/session.ts#L13 I was wondering if there is a way to customize this cookie name? The issue I...
Hello, I am using the `nuxt-oidc-auth` module in my Nuxt application and I’m wondering if it’s possible to redirect users back to the originally blocked URL after logging in via...