{"id":43229297,"url":"https://github.com/xdavidwu/laravel-oidc-auth","last_synced_at":"2026-02-01T10:02:23.640Z","repository":{"id":45540476,"uuid":"420607098","full_name":"xdavidwu/laravel-oidc-auth","owner":"xdavidwu","description":"OpenID Connect authentication for Laravel","archived":false,"fork":false,"pushed_at":"2025-05-29T13:21:28.000Z","size":57,"stargazers_count":9,"open_issues_count":5,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-26T10:47:14.439Z","etag":null,"topics":["laravel","oidc","oidc-client"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xdavidwu.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2021-10-24T06:36:26.000Z","updated_at":"2025-09-22T08:11:55.000Z","dependencies_parsed_at":"2024-02-23T08:43:24.593Z","dependency_job_id":null,"html_url":"https://github.com/xdavidwu/laravel-oidc-auth","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"220b81357c13307cee2e647fcb817fad8f437d8c"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/xdavidwu/laravel-oidc-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdavidwu%2Flaravel-oidc-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdavidwu%2Flaravel-oidc-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdavidwu%2Flaravel-oidc-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdavidwu%2Flaravel-oidc-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdavidwu","download_url":"https://codeload.github.com/xdavidwu/laravel-oidc-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdavidwu%2Flaravel-oidc-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28975278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T09:57:52.632Z","status":"ssl_error","status_checked_at":"2026-02-01T09:57:49.143Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["laravel","oidc","oidc-client"],"created_at":"2026-02-01T10:02:23.585Z","updated_at":"2026-02-01T10:02:23.635Z","avatar_url":"https://github.com/xdavidwu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel OIDC Auth\n\nOpenID Connect authentication for Laravel\n\nSave access token to session storage, and integrate with Laravel `Auth`.\n\nBased on steverhoades/oauth2-openid-connect-client.\n\n## Usage\n\nPublish config with artisan command `vender:publish` for provider `LaravelOIDCAuth\\OIDCAuthServiceProvider`, and fill it.\n\nUse `LaravelOIDCAuth\\Authenticate` as auth middleware to redirect directly to OIDC login automatically.\n\n### `config/auth.php`\n\nSet guard driver to `oidc-auth-session` to remove tokens from session storage on logout.\n\nSet provider driver to `oidc-auth-session` to make `Auth::user()` return a `LaravelOIDCAuth\\OIDCUser` authenticable from saved token.\n\nAlternatively, you can implement a user factory (see `LaravelOIDCAuth\\UserFactoryInterface`) for things like creating user DB model and use provider driver like `eloquent`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdavidwu%2Flaravel-oidc-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdavidwu%2Flaravel-oidc-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdavidwu%2Flaravel-oidc-auth/lists"}