Gathering detailed insights and metrics for @inrupt/oidc-client-ext
Gathering detailed insights and metrics for @inrupt/oidc-client-ext
Gathering detailed insights and metrics for @inrupt/oidc-client-ext
Gathering detailed insights and metrics for @inrupt/oidc-client-ext
npm install @inrupt/oidc-client-ext
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
70 Stars
2,816 Commits
42 Forks
16 Watching
23 Branches
31 Contributors
Updated on 26 Nov 2024
Minified
Minified + Gzipped
TypeScript (94.73%)
JavaScript (2.9%)
Python (1.22%)
Makefile (0.71%)
HTML (0.45%)
Cumulative downloads
Total Downloads
Last day
-13.9%
454
Compared to previous day
Last week
-25.8%
2,160
Compared to previous week
Last month
-19.5%
9,844
Compared to previous month
Last year
-70.1%
118,937
Compared to previous year
3
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to engineering@inrupt.com.
solid-client-authn
is a suite of libraries to manage the authentication required to access protected resources on Solid servers.
The libraries share a common API and include different modules for different deployment environments:
solid-client-authn-browser
can be used to build web apps in the browser.solid-client-authn-node
can be used to build server-side and console-based apps.@inrupt/solid-client-authn libraries are part of a suite open source JavaScript libraries designed to support developers building Solid applications.
@inrupt/solid-client allows developers to access data and manage permissions on data stored in Solid Pods.
@inrupt/solid-client-authn allows developers to authenticate against a Solid server. This is necessary when the resources on your Pod are not public.
@inrupt/solid-common-vocab-rdf allows developers to build interoperable apps by reusing well-known vocabularies. These libraries provide vocabulary terms as constants that you just have to import.
Our JavaScript Client Libraries use relatively modern JavaScript, aligned with the ES2018 Specification features, we ship both ESM and CommonJS, with type definitions for TypeScript alongside.
This means that out of the box, we only support environments (browsers or runtimes) that were released after mid-2018, if you wish to target other (older) environments, then you will need to cross-compile our SDKs via the use of Babel, webpack, SWC, or similar.
If you need support for Internet Explorer, it is recommended to pass them
through a tool like Babel, and to add polyfills for e.g.
Map
, Set
, Promise
, Headers
, Array.prototype.includes
, Object.entries
and String.prototype.endsWith
.
See Inrupt Solid Javascript Client Libraries.
For the latest stable version of solid-client-authn-browser:
1npm install @inrupt/solid-client-authn-browser
For the latest stable version of solid-client-authn-node:
1npm install @inrupt/solid-client-authn-node
For the latest stable version of all Inrupt Solid JavaScript libraries:
1# For browser-based projects 2npm install @inrupt/solid-client @inrupt/solid-client-authn-browser @inrupt/vocab-common-rdf 3 4# For Node.js-based projects 5npm install @inrupt/solid-client @inrupt/solid-client-authn-node @inrupt/vocab-common-rdf
If you have questions about working with Solid or just want to share what you’re working on, visit the Solid forum. The Solid forum is a good place to meet the rest of the community.
1git clone https://github.com/inrupt/solid-client-authn-js 2cd solid-client-authn-js 3npm ci 4cd packages/browser/examples/single/bundle/ 5npm ci 6npm run start
Go to http://localhost:3001/.
1git clone https://github.com/inrupt/solid-client-authn-js 2cd solid-client-authn-js 3npm ci 4cd packages/node/example/demoClientApp/ 5npm ci 6npm run start
Go to http://localhost:3001/.
Due to a behavior from jsdom, @inrupt/solid-client-authn-browser
needs some adjustments if you want to run it with jest
. There are multiple options, listed in a dedicated issue. Thanks to Angelo V. for proposing a mitigation.
No vulnerabilities found.
Reason
all changesets reviewed
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
packaging workflow detected
Details
Reason
license file detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
2 existing vulnerabilities detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 5
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-11-18
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