mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Explain how to log in.
Closes https://github.com/solid/community-server/pull/970
This commit is contained in:
parent
fb3a59c054
commit
a188bf1c6f
@ -1,6 +1,13 @@
|
|||||||
# Please log in through an app
|
# 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>
|
<br>
|
||||||
It is not possible to use the login page directly.
|
This server provides secure storage,
|
||||||
If you are developing an app,
|
but it is not a client 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.
|
<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.
|
||||||
|
@ -1,4 +1,16 @@
|
|||||||
# Not logged in
|
# 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user