Skip to content

Commit 6988778

Browse files
committed
add warning
1 parent e93980a commit 6988778

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

solid/lib/ClientAuth.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
where the actual authorization happens.
1111
1212
The security for this user backend lies in the fact that it
13-
is only activated for the token endpoint in the Solid app.
14-
13+
is only activated for the token endpoint in the Solid app.
14+
15+
In /lib/AppInfo/Application.php there is a check for the
16+
token endpoint before this thing activates.
17+
1518
It is completely unsuitable as an actual user backend in the
1619
normal sense of the word.
1720

0 commit comments

Comments
 (0)