{"id":29458934,"url":"https://github.com/maximemoreillon/vue-oidc","last_synced_at":"2026-05-14T13:36:49.134Z","repository":{"id":302783479,"uuid":"1013560188","full_name":"maximemoreillon/vue-oidc","owner":"maximemoreillon","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-25T00:44:22.000Z","size":363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-30T13:29:30.292Z","etag":null,"topics":["oauth","oauth2","oidc","vue"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maximemoreillon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-07-04T05:26:57.000Z","updated_at":"2025-09-25T00:39:15.000Z","dependencies_parsed_at":"2025-07-04T08:24:01.720Z","dependency_job_id":"3c2dff03-d073-4574-92a6-735fd7d457b6","html_url":"https://github.com/maximemoreillon/vue-oidc","commit_stats":null,"previous_names":["maximemoreillon/vue-oidc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maximemoreillon/vue-oidc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fvue-oidc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fvue-oidc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fvue-oidc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fvue-oidc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximemoreillon","download_url":"https://codeload.github.com/maximemoreillon/vue-oidc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximemoreillon%2Fvue-oidc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33027175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["oauth","oauth2","oidc","vue"],"created_at":"2025-07-14T00:10:08.496Z","updated_at":"2026-05-14T13:36:48.800Z","avatar_url":"https://github.com/maximemoreillon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue OIDC\n\n## Usage example\n\n```ts\nimport { createApp } from \"vue\";\nimport { createPinia } from \"pinia\";\nimport { auth } from \"@moreillon/vue-oidc\";\nimport App from \"./App.vue\";\nimport router from \"./router\";\n\nconst app = createApp(App);\n\nconst { VITE_OIDC_AUTHORITY, VITE_OIDC_CLIENT_ID } = import.meta.env;\n\napp.use(auth, {\n  authority: VITE_OIDC_AUTHORITY,\n  client_id: VITE_OIDC_CLIENT_ID,\n});\napp.use(createPinia());\napp.use(router);\n\napp.mount(\"#app\");\n```\n\nThen in your components:\n\n```vue\n\u003cscript setup lang=\"ts\"\u003e\nimport { useAuth } from \"@moreillon/vue-oidc\";\n\nconst { user } = useAuth();\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003ch1\u003eUser\u003c/h1\u003e\n  \u003cp\u003e\n    {{ user }}\n  \u003c/p\u003e\n\u003c/template\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximemoreillon%2Fvue-oidc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximemoreillon%2Fvue-oidc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximemoreillon%2Fvue-oidc/lists"}