docs: Explain how to log in.

Closes https://github.com/solid/community-server/pull/970
This commit is contained in:
Ruben Verborgh 2021-10-15 09:34:41 +02:00
parent fb3a59c054
commit a188bf1c6f
2 changed files with 25 additions and 6 deletions

View File

@ -1,6 +1,13 @@
# Please log in through an app
Logging in to a Solid Pod needs to happen via a Solid app.
**To log in and access documents, you need to use a Solid app.**
<br>
It is not possible to use the login page directly.
If you are developing an app,
you can use a library such as [`solid-client-authn-js`](https://github.com/inrupt/solid-client-authn-js) to initiate an OIDC authentication flow.
This server provides secure storage,
but it is not a client app.
<br>
Choose one of the [Solid apps](https://solidproject.org/apps)
to log in and browse Pods.
If you're developing an app yourself,
use a library such as [`solid-client-authn-js`](https://github.com/inrupt/solid-client-authn-js)
<br>
to initiate an OIDC authentication flow.

View File

@ -1,4 +1,16 @@
# Not logged in
This resource is only accessible by logged in agents.
**This resource is only accessible by logged in agents.**
<br>
Try logging in and revisiting this resource.
**To log in and access documents, you need to use a Solid app.**
<br>
This server provides secure storage,
but it is not a client app.
<br>
Choose one of the [Solid apps](https://solidproject.org/apps)
to log in and browse Pods.
Alternatively,
[configure](https://github.com/solid/community-server-recipes)
this server with a default application.