{"id":15063121,"url":"https://github.com/itpropro/nuxt-oidc-auth","last_synced_at":"2026-02-09T16:12:20.542Z","repository":{"id":213194859,"uuid":"732784276","full_name":"itpropro/nuxt-oidc-auth","owner":"itpropro","description":"OIDC (OpenID connect) focused auth module for Nuxt","archived":false,"fork":false,"pushed_at":"2026-02-09T04:27:23.000Z","size":2911,"stargazers_count":154,"open_issues_count":42,"forks_count":43,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-09T10:52:16.952Z","etag":null,"topics":["authentication","hacktoberfest","nuxt","nuxtjs","oauth","oauth2","openid-connect","security","vue"],"latest_commit_sha":null,"homepage":"https://nuxtoidc.cloud","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Atinux/nuxt-auth-utils","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itpropro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-17T20:13:55.000Z","updated_at":"2026-02-09T04:27:26.000Z","dependencies_parsed_at":"2025-01-19T05:07:08.388Z","dependency_job_id":"3e2ef55c-fabd-413a-a2c9-b7ec8bb1cfa8","html_url":"https://github.com/itpropro/nuxt-oidc-auth","commit_stats":{"total_commits":230,"total_committers":21,"mean_commits":"10.952380952380953","dds":"0.26956521739130435","last_synced_commit":"b3c4087e03029a7a16d03329c8b3d5ccc0a60c99"},"previous_names":["itpropro/nuxt-oidc-auth"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/itpropro/nuxt-oidc-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpropro%2Fnuxt-oidc-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpropro%2Fnuxt-oidc-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpropro%2Fnuxt-oidc-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpropro%2Fnuxt-oidc-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itpropro","download_url":"https://codeload.github.com/itpropro/nuxt-oidc-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpropro%2Fnuxt-oidc-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29271994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","hacktoberfest","nuxt","nuxtjs","oauth","oauth2","openid-connect","security","vue"],"created_at":"2024-09-24T23:51:42.337Z","updated_at":"2026-02-09T16:12:20.536Z","avatar_url":"https://github.com/itpropro.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"[![nuxt-oidc-auth-social-card](https://github.com/user-attachments/assets/77ab04f8-7823-4dee-bae4-841e46357d6e)](https://nuxt.com/modules/nuxt-oidc-auth)\n\n# Nuxt OIDC Auth\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n\nWelcome to __Nuxt OIDC Auth__, a Nuxt module focusing on native OIDC (OpenID Connect) based authentication for Nuxt with a high level of customizability and security for SSR applications.\nThis module doesn't use any external dependencies outside of the [unjs](https://unjs.io/) ecosystem except for token validation (the well known and tested `jose` library for JWT interactions).\n\n👉 [Documentation](https://nuxtoidc.cloud/)\n\n## Features\n\n↩️\u0026nbsp; Automatic session and token renewal\u003cbr\u003e\n💾\u0026nbsp; Encrypted server side refresh/access token storage powered by Nitro storage\u003cbr\u003e\n🔑\u0026nbsp; Token validation\u003cbr\u003e\n🔒\u0026nbsp; Secured \u0026 sealed cookies sessions\u003cbr\u003e\n⚙️\u0026nbsp; Presets for popular OIDC providers\u003cbr\u003e\n📤\u0026nbsp; Global middleware with automatic redirection to default provider or a custom login page (see playground)\u003cbr\u003e\n👤\u0026nbsp; `useOidcAuth` composable for getting the user information, logging in and out, refetching the current session and triggering a token refresh\u003cbr\u003e\n🗂️\u0026nbsp; Multi provider support with auto registered routes (`/auth/\u003cprovider\u003e/login`, `/auth/\u003cprovider\u003e/logout`, `/auth/\u003cprovider\u003e/callback`)\u003cbr\u003e\n📝\u0026nbsp; Generic spec OpenID compatible connect provider with fully configurable OIDC flow (state, nonce, PKCE, token request, ...)\u003cbr\u003e\n🕙\u0026nbsp; Session expiration check\u003cbr\u003e\n\n## Installation\n\n### Add `nuxt-oidc-auth` dependency to your project\n\nWith nuxi\n\n```bash\npnpm dlx nuxi@latest module add nuxt-oidc-auth\n```\n\nor manually\n\n```bash\npnpm add nuxt-oidc-auth\n```\n\nAdd `nuxt-oidc-auth` to the `modules` section of `nuxt.config.ts`\n\n```js\nexport default defineNuxtConfig({\n  modules: [\n    'nuxt-oidc-auth'\n  ]\n})\n```\n\n## ⚠️ Disclaimer\n\nThis module is still in development, feedback and contributions are welcome! Use at your own risk.\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/nuxt-oidc-auth?labelColor=18181B\u0026color=28CF8D\n[npm-version-href]: https://npmjs.com/package/nuxt-oidc-auth\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-oidc-auth?labelColor=18181B\u0026color=28CF8D\n[npm-downloads-href]: https://npmjs.com/package/nuxt-oidc-auth\n\n[license-src]: https://img.shields.io/npm/l/nuxt-oidc-auth?labelColor=18181B\u0026color=28CF8D\n[license-href]: https://npmjs.com/package/nuxt-oidc-auth\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitpropro%2Fnuxt-oidc-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitpropro%2Fnuxt-oidc-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitpropro%2Fnuxt-oidc-auth/lists"}