Package Exports
- @inrupt/solid-client-authn-browser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@inrupt/solid-client-authn-browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Solid JavaScript Authentication for the browser - solid-client-authn-browser
solid-client-authn-browser
can be used to help build web apps in the browser.
The main documentation is at the root of the repository.
Underlying libraries
solid-client-authn-browser
is based on oidc-client-js
.
However, the latter lacks some features that are necessary to provide the developer
experience we specifically want for the Solid ecosystem, so we developedoidc-dpop-client-browser
to add these features.