File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1- # A library for reading and writing to Solid pods
1+ # A library for reading and writing to legacy Solid pods
22
33[ ![ Build Status] ( https://travis-ci.org/solid/solid-auth-client.svg?branch=master )] ( https://travis-ci.org/solid/solid-auth-client )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/solid/solid-auth-client/badge.svg?branch=master )] ( https://coveralls.io/github/solid/solid-auth-client?branch=master )
55[ ![ NPM Package] ( https://img.shields.io/npm/v/solid-auth-client.svg )] ( https://www.npmjs.com/package/solid-auth-client )
66
7- The [ Solid] ( https://solid.mit.edu / ) project
7+ The [ Solid] ( https://solidproject.org / ) project
88allows people to use apps on the Web
99while storing their data in their own data pod.
1010
11- ` solid-auth-client ` is a browser library that allows
12- your apps to securely log in to Solid data pods
13- and read and write data from them.
11+ ` solid-auth-client ` is a legacy browser library
12+ that allows your apps to log in and read/write data using
13+ a [ Node Solid Server] ( https://github.com/solid/node-solid-server/ ) .
14+
15+ ** ⚠️ New projects should use [ solid-client-authn] ( https://github.com/inrupt/solid-client-authn-js ) instead,
16+ which leverages the secure DPoP authentication mechanism
17+ from the current [ Solid specification] ( https://solid.github.io/authentication-panel/solid-oidc/ ) ,
18+ as implemented by
19+ the [ Community Solid Server] ( https://github.com/solid/community-server/ )
20+ and
21+ the [ Enterprise Solid Server] ( https://inrupt.com/products/enterprise-solid-server/ ) .**
1422
1523## Usage
1624In the browser, the library is accessible through ` solid.auth ` :
You can’t perform that action at this time.
0 commit comments