@inrupt/oidc-client-ext
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

oidc-client-ext

This library is built on top of oidc-client-js (forked in @inrupt/oidc-clienr), and adds the following features to it:

  • Dynamic client registration Dynamic Client Registration is part of the OpenID specification and it allows OAuth client applications to dynamically register with an OAuth server. To learn more about how this works, you can have a look at this page

  • DPoP tokens for authentication DPoP, or Demonstration of Proof of Possession, is part of the OAuth 2.0 spec and is an extension that describes a technique to cryptographically bind access tokens to a particular client when they are issued. This is one of many attempts at improving the security of Bearer Tokens by requiring the application using the token to authenticate itself.

This proposed standard is still in draft status. To learn more about how this works, you can have a look at this page

Other Inrupt Solid JavaScript Libraries

@inrupt/oidc-client-ext is part of a family open source JavaScript libraries designed to support developers building Solid applications.

Solid JavaScript Authentication - solid-client-authn

solid-client-authn is a set of libraries designed to authenticate with Solid identity servers. The libraries share a common API and include different modules for different deployment environments:

  • solid-client-authn-browser can be used to help build web apps in the browser.
  • solid-client-authn-node is planned to help build server-side and console-based apps.

@inrupt/solid-client-authn libraries are part of a family open source JavaScript libraries designed to support developers building Solid applications.

Inrupt Solid JavaScript Client Libraries

Data access and permissions management - solid-client

@inrupt/solid-client allows developers to access data and manage permissions on data stored in Solid Pods.

Authentication - solid-client-authn

@inrupt/solid-client-authn allows developers to authenticate against a Solid server. This is necessary when the resources on your Pod are not public.

Vocabularies and interoperability - solid-common-vocab-rdf

@inrupt/solid-common-vocab-rdf allows developers to build interoperable apps by reusing well-known vocabularies. These libraries provide vocabularies available as constants that you just have to import.

Issues & Help

Solid Community Forum

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.

Bugs and Feature Requests

  • For public feedback, bug reports, and feature requests please file an issue via GitHub.
  • For non-public feedback or support inquiries please use the Inrupt Service Desk.

Prerequisite

Any of the solid-client-authn libraries require at least:

  • Node.js >= 18
  • npm >= 9 Note: We recommand using nvm to manage your node version

The solid-client-authn libraries are compatible with NSS 5.3.X and higher.

Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i @inrupt/oidc-client-ext

Weekly Downloads

808

Version

2.1.0

License

MIT

Unpacked Size

118 kB

Total Files

27

Last publish

Collaborators

  • astrid.vazquez
  • timbl
  • rubenverborgh
  • nseydoux
  • pmcb55
  • inrupt_ci