Skip to content

Commit 76526b2

Browse files
committed
Warn about deprecation.
1 parent cc0e4d4 commit 76526b2

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
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
88
allows people to use apps on the Web
99
while 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
1624
In the browser, the library is accessible through `solid.auth`:

0 commit comments

Comments
 (0)