{"id":13528255,"url":"https://github.com/authts/oidc-client-ts","last_synced_at":"2026-03-13T12:01:30.846Z","repository":{"id":37087957,"uuid":"385263968","full_name":"authts/oidc-client-ts","owner":"authts","description":"OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications","archived":false,"fork":false,"pushed_at":"2026-02-27T13:44:18.000Z","size":51966,"stargazers_count":1865,"open_issues_count":138,"forks_count":269,"subscribers_count":25,"default_branch":"main","last_synced_at":"2026-02-27T14:25:35.355Z","etag":null,"topics":["oidc","oidc-client","typescript"],"latest_commit_sha":null,"homepage":"https://authts.github.io/oidc-client-ts/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/authts.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-12T13:50:36.000Z","updated_at":"2026-02-27T09:14:11.000Z","dependencies_parsed_at":"2023-09-26T16:59:12.801Z","dependency_job_id":"47f54a74-1a33-4a47-8c99-ddf09dee530f","html_url":"https://github.com/authts/oidc-client-ts","commit_stats":{"total_commits":1832,"total_committers":165,"mean_commits":"11.103030303030303","dds":0.6293668122270742,"last_synced_commit":"c13de53b121a2044fe4772345e6031a81ac48566"},"previous_names":["pamapa/oidc-client-ts"],"tags_count":126,"template":false,"template_full_name":null,"purl":"pkg:github/authts/oidc-client-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authts%2Foidc-client-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authts%2Foidc-client-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authts%2Foidc-client-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authts%2Foidc-client-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/authts","download_url":"https://codeload.github.com/authts/oidc-client-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authts%2Foidc-client-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30466562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"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":["oidc","oidc-client","typescript"],"created_at":"2024-08-01T06:02:21.728Z","updated_at":"2026-03-13T12:01:30.827Z","avatar_url":"https://github.com/authts.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","typescript","Relying Parties (RP) Libraries"],"sub_categories":["JavaScript"],"readme":"# oidc-client-ts\n\n[![Stable Release](https://img.shields.io/npm/v/oidc-client-ts.svg)](https://npm.im/oidc-client-ts)\n[![CI](https://github.com/authts/oidc-client-ts/actions/workflows/ci.yml/badge.svg)](https://github.com/authts/oidc-client-ts/actions/workflows/ci.yml)\n[![Codecov](https://img.shields.io/codecov/c/github/authts/oidc-client-ts)](https://app.codecov.io/gh/authts/oidc-client-ts)\n\nLibrary to provide OpenID Connect (OIDC) and OAuth2 protocol support for\nclient-side, browser-based JavaScript client applications. Also included is\nsupport for user session and access token management.\n\nThis project is a fork of\n[IdentityModel/oidc-client-js](https://github.com/IdentityModel/oidc-client-js)\nwhich halted its development in June 2021. It has since been ported to\nTypeScript here with a similar API for the initial 2.0 release. Going forward,\nthis library will focus only on protocols that continue to have support in\n[OAuth 2.1](https://oauth.net/2.1/). As such, the implicit grant is not\nsupported by this client. Additional migration notes from `oidc-client` are\navailable [here](docs/migration.md).\n\n**Contributions and help are greatly appreciated!**\n\nImplements the following OAuth 2.0 protocols and supports\n[OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html):\n\n- [Authorization Code Grant with Proof Key for Code Exchange (PKCE)](docs/protocols/authorization-code-grant-with-pkce.md)\n- [Authorization Code Grant](docs/protocols/authorization-code-grant.md)\n- [Resource Owner Password Credentials (ROPC) Grant](docs/protocols/resource-owner-password-credentials-grant.md)\n- [Refresh Token Grant](docs/protocols/refresh-token-grant.md)\n- [Silent Refresh Token in iframe Flow](docs/protocols/silent-refresh-token-in-iframe-flow.md)\n\n## Table of Contents\n\n- [Documentation](https://authts.github.io/oidc-client-ts/)\n- [Installation](#installation)\n- [Building the Source](#building-the-source)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\nUsing [npm](https://npmjs.org/)\n\n```sh\n$ npm install oidc-client-ts --save\n```\n\n## Building the Source\n\n```sh\n$ git clone https://github.com/authts/oidc-client-ts.git\n$ cd oidc-client-ts\n$ npm install\n$ npm run build\n```\n\n### Running the Sample\n\n**Parcel project**\n\n```sh\n$ cd samples/Parcel\n$ npm install\n$ npm run start\n```\n\nand then browse to [http://localhost:1234](http://localhost:1234).\n\n**Angular app**\n\ncan be found [here](https://github.com/authts/sample-angular-oidc-client-ts).\n\n### Running the Tests\n\n```sh\n$ npm test\n```\n\n## Contributing\n\nWe appreciate feedback and contribution to this repo!\n\n## License\n\nThis project is licensed under the Apache-2.0 license. See the\n[LICENSE](https://github.com/authts/oidc-client-ts/blob/main/LICENSE) file for\nmore info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthts%2Foidc-client-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthts%2Foidc-client-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthts%2Foidc-client-ts/lists"}