Skip to content

Commit a3d5126

Browse files
committed
Change to latest solid-auth-oidc and solid-auth-client. README Update
1 parent 59b0d8b commit a3d5126

File tree

3 files changed

+198
-119
lines changed

3 files changed

+198
-119
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
### Install
2525

26-
You can install and run the server either using Node.js directly or using
27-
[Docker](https://www.docker.com/). This and the following sections describe the
26+
You can install and run the server either using Node.js directly or using
27+
[Docker](https://www.docker.com/). This and the following sections describe the
2828
first approach, for the second approach see the section [use Docker](#use-docker)
2929
Section below.
3030

@@ -306,7 +306,7 @@ In order to really get a feel for the Solid platform, and to test out `solid`,
306306
you will need the following:
307307

308308
1. A WebID profile and browser certificate from one of the Solid-compliant
309-
identity providers, such as [databox.me](https://databox.me).
309+
identity providers, such as [solid.community](https://solid.community).
310310

311311
2. A server-side SSL certificate for `solid` to use (see the section below
312312
on creating a self-signed certificate for testing).
@@ -409,6 +409,12 @@ npm run test-(acl|formats|params|patch)
409409
<td><a href="https://twitter.com/KKjernsmo">Twitter/@KKjernsmo</a></td>
410410
<td><a href="https://solid.kjernsmo.net/profile/card#me">WebID</a></td>
411411
</tr>
412+
<tr>
413+
<th align="left">Justin Bingham</th>
414+
<td><a href="https://github.com/justinwb">GitHub/justinwb</a></td>
415+
<td><a href="https://twitter.com/justinwb">Twitter/@justinwb</a></td>
416+
<td><a href="https://justin.janeirodigital.exchange/profile/card#me">WebID</a></td>
417+
</tr>
412418
</tbody>
413419
</table>
414420

0 commit comments

Comments
 (0)