aborn / nuxt-openid-connect

OpenID-Connect(OIDC) integration module for nuxt 3.0.
31 stars 16 forks source link

state mismatch, expected undefined, got: #28

Open barbirict opened 5 months ago

barbirict commented 5 months ago

500 state mismatch, expected undefined, got: at (./src/runtime/server/routes/oidc/callback.ts:47:1) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.handler (./node_modules/h3/dist/index.mjs:1697:19) at async Server.toNodeHandle (./node_modules/h3/dist/index.mjs:1907:7)

I can't get the playground to work, it only works if I manually change the openid-client dependency code and disable state checking. Config is the same as in the example with only the issuer url, clientid and secret changed. Any ideas?