solid-client-authn
#
Inrupt solid-client-authn
is a set of libraries designed to
authenticate with Solid identity servers. The libraries include:
|
For use in the browser. |
|
For use in Node.js. |
Install#
You can use npm to install
solid-client-authn
libraries:
npm install @inrupt/solid-client-authn-browser
npm install @inrupt/solid-client-authn-node
Usage Examples#
For examples of the libraries’ usage, refer to the Authentication section of the manual.