nuxt-openid-connect icon indicating copy to clipboard operation
nuxt-openid-connect copied to clipboard

OpenID-Connect(OIDC) integration module for nuxt 3.0.

Results 13 nuxt-openid-connect issues
Sort by recently updated
recently updated
newest added

To reproduce, 1) Login via ur provider 2) Open browser > goto app(localhost:3000) > dev console > applications > cookies > localhost:3000 There you can find the access_token which u...

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

This is a very early PR to make this module compatible with [changes we expect to release in Nuxt v5](https://github.com/nuxt/nuxt/issues/25323). In [Nuxt v3.7.0](https://github.com/nuxt/nuxt/releases/tag/v3.7.0) we added support for `import.meta.*` (see [original...

Hello Aborn, Thanks for all of the work here. My provider returns the refresh_token, but unfortunately does not return the token refresh_expires_in date. I would like to add a feature...

Hi, for first thanks for your work, I recently start using your module, and I needed to put a redirection URL on the logout function. I would like to add...

> 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...

This library looks great, thanks. I am following the playground example. I am using a Duende Identity Server OIDC provider and I have adapted the sample to make it work....

Does this package support any functionality to renew token? Do i just call login again and it figure it out or will it redirect my user to sign in again?

I've got this setup: ``` openidConnect: { addPlugin: true, op: { issuer: process.env.NUXT_OPENID_CONNECT_OP_ISSUER || '', clientId: process.env.NUXT_OPENID_CONNECT_OP_CLIENT_ID || '', clientSecret: process.env.NUXT_OPENID_CONNECT_OP_CLIENT_SECRET || '', callbackUrl: process.env.NUXT_OPENID_CONNECT_OP_CALLBACK_URL || '', // http://localhost:3000/mine-rom scope:...

Hi, On my project, I sometimes encounter timeouts during the authentication process. ``` [nuxt] [request error] [unhandled] [500] outgoing request timed out after 3500ms at ./.output/server/node_modules/openid-client/lib/helpers/request.js:140:13 at Function.discover (./.output/server/node_modules/openid-client/lib/issuer.js:143:22) at...