fix: Explain why logging in will not work

This commit is contained in:
Joachim Van Herwegen
2021-08-18 16:18:07 +02:00
parent f0f59a8f27
commit a062a710bc
3 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
# Please log in through an app
Logging in to a Solid Pod needs to happen via 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.