Skip to content

Commit

Permalink
Warn about deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Dec 3, 2020
1 parent cc0e4d4 commit 90fce1e
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# A library for reading and writing to Solid pods
# A library for reading and writing to legacy Solid pods

[![Build Status](https://travis-ci.org/solid/solid-auth-client.svg?branch=master)](https://travis-ci.org/solid/solid-auth-client)
[![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)
[![NPM Package](https://img.shields.io/npm/v/solid-auth-client.svg)](https://www.npmjs.com/package/solid-auth-client)

The [Solid](https://solid.mit.edu/) project
The [Solid](https://solidproject.org/) project
allows people to use apps on the Web
while storing their data in their own data pod.

`solid-auth-client` is a browser library that allows
your apps to securely log in to Solid data pods
and read and write data from them.
`solid-auth-client` is a legacy browser library
that allows your apps to log in and read/write data using
a [Node Solid Server](https://github.com/solid/node-solid-server/).

**⚠️ New projects should use [solid-client-authn](https://github.com/inrupt/solid-client-authn-js) instead,
which leverages the secure DPoP authentication mechanism
from the current [Solid specification](https://solid.github.io/authentication-panel/solid-oidc/),
as implemented by
the [Community Solid Server](https://github.com/solid/community-server/)
and
the [Enterprise Solid Server](https://inrupt.com/products/enterprise-solid-server/).**

## Usage
In the browser, the library is accessible through `solid.auth`:
Expand Down

0 comments on commit 90fce1e

Please sign in to comment.