oidc redirect uri with ssr disabled and router hash mode enabled
Hey guys,
I've started porting a vue 2 spa to vue 3 + nuxt (spa mode, ssr: false, router hash mode true).
We're using oidc for authentication and therefore we have to provide a redirect uri. A "#" fragment is not allowed in those redirect uris.
In vue 2 we solved this by creating a oidc-callback.html in the public folder and defined a second page in the vue.conf.js via the multi page setting (https://cli.vuejs.org/config/#pages).
Any idea on how to solve this in nuxt 3 while keeping ssr disabled and router hash mode enabled?
0 Replies