We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93980a commit 6988778Copy full SHA for 6988778
solid/lib/ClientAuth.php
@@ -10,8 +10,11 @@
10
where the actual authorization happens.
11
12
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
-
+ is only activated for the token endpoint in the Solid app.
+
15
+ In /lib/AppInfo/Application.php there is a check for the
16
+ token endpoint before this thing activates.
17
18
It is completely unsuitable as an actual user backend in the
19
normal sense of the word.
20
0 commit comments