Gathering detailed insights and metrics for oidc-client
Gathering detailed insights and metrics for oidc-client
Gathering detailed insights and metrics for oidc-client
Gathering detailed insights and metrics for oidc-client
OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
npm install oidc-client
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2,428 Stars
888 Commits
840 Forks
88 Watching
13 Branches
66 Contributors
Updated on 22 Nov 2024
Minified
Minified + Gzipped
JavaScript (99.97%)
C# (0.02%)
HTML (0.01%)
Cumulative downloads
Total Downloads
Last day
0.5%
31,217
Compared to previous day
Last week
2.2%
160,679
Compared to previous week
Last month
3.8%
687,184
Compared to previous month
Last year
-8.6%
8,444,640
Compared to previous year
5
This library, while functional, is no longer being maintained.
A successor project that is showing great progress in updating and modernizing is "oidc-client-ts" and can be found here.
Library to provide OpenID Connect (OIDC) and OAuth2 protocol support for client-side, browser-based JavaScript client applications. Also included is support for user session and access token management.
Node.js v4.4 or later required.
npm install oidc-client --save
NOTE: if you're not already using babel-polyfill make sure you run
npm install --save babel-polyfill
as well. Then include it in your build.
If you don't use a package manager or a module loader, then you can get the library from the dist
folder on github here.
If you intend to use this library directly in a browser and are not using UMD/AMD then there is a compiled version in the ~/dist folder. It is already bundled/minified and contains the necessary dependencies and polyfills (mainly for ES6 features such as Promises).
If you are using UMD/AMD and/or you already have included an ES6 polyfill (such as babel-polyfill.js) then you can include the UMD packaged version of the file from the ~/lib folder.
git clone https://github.com/IdentityModel/oidc-client-js.git
cd oidc-client-js
npm install
npm run build
npm start
and then browse to http://localhost:15000.
npm test
Some initial docs are here.
All are welcome on the issue tracker.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/16 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
117 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More@aws-sdk/client-sso-oidc
AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native
vuex-oidc
Vue.js implementation of oidc-client using vuex and vue-router
@inrupt/oidc-client-ext
A module extending oidc-client-js with new features, such as dynamic client registration and DPoP support.
vue-oidc-client
Wrapper around oidc-client-js to to better work in a Vue application with Vue Router integration.