You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: default-views/auth/consent.hbs
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,32 @@
14
14
<h1>Authorize this app to use your data?</h1>
15
15
<p>You will be authorizing <strong>{{app_origin}}</strong> to have access perform the actions indicated below.</p>
16
16
<p>NOTE: This screen is TEMPORARY. Eventually more fine-tuned controls will be available.</p>
17
+
<p>For more information see the <ahref="https://github.com/solid/node-solid-server/blob/master/docs/login-and-grant-access-to-application.md"target="_blank">full explanation</a>.</p>
17
18
</div>
18
19
19
20
<formmethod="post"action="/consent">
20
21
21
-
<inputtype="checkbox"name="read"value="access_mode" checked> Read your data<br>
22
-
<inputtype="checkbox"name="write"value="access_mode" checked> Write new data<br>
23
-
<inputtype="checkbox"name="append"value="access_mode" checked> Add to existing data<br>
24
-
<inputtype="checkbox"name="control"value="access_mode"> Control who can access your data<br>
0 commit comments