Show More
@@ -205,6 +205,9 b' gist_alias_url =' | |||||
205 | ## used for access. |
|
205 | ## used for access. | |
206 | ## Adding ?auth_token=TOKEN_HASH to the url authenticates this request as if it |
|
206 | ## Adding ?auth_token=TOKEN_HASH to the url authenticates this request as if it | |
207 | ## came from the the logged in user who own this authentication token. |
|
207 | ## came from the the logged in user who own this authentication token. | |
|
208 | ## Additionally @TOKEN syntaxt can be used to bound the view to specific | |||
|
209 | ## authentication token. Such view would be only accessible when used together | |||
|
210 | ## with this authentication token | |||
208 | ## |
|
211 | ## | |
209 | ## list of all views can be found under `_admin/permissions/auth_token_access` |
|
212 | ## list of all views can be found under `_admin/permissions/auth_token_access` | |
210 | ## The list should be "," separated and on a single line. |
|
213 | ## The list should be "," separated and on a single line. | |
@@ -213,6 +216,7 b' gist_alias_url =' | |||||
213 | # RepoCommitsView:repo_commit_download |
|
216 | # RepoCommitsView:repo_commit_download | |
214 | # RepoCommitsView:repo_commit_patch |
|
217 | # RepoCommitsView:repo_commit_patch | |
215 | # RepoCommitsView:repo_commit_raw |
|
218 | # RepoCommitsView:repo_commit_raw | |
|
219 | # RepoCommitsView:repo_commit_raw@TOKEN | |||
216 | # RepoFilesView:repo_files_diff |
|
220 | # RepoFilesView:repo_files_diff | |
217 | # RepoFilesView:repo_archivefile |
|
221 | # RepoFilesView:repo_archivefile | |
218 | # RepoFilesView:repo_file_raw |
|
222 | # RepoFilesView:repo_file_raw |
@@ -179,6 +179,9 b' gist_alias_url =' | |||||
179 | ## used for access. |
|
179 | ## used for access. | |
180 | ## Adding ?auth_token=TOKEN_HASH to the url authenticates this request as if it |
|
180 | ## Adding ?auth_token=TOKEN_HASH to the url authenticates this request as if it | |
181 | ## came from the the logged in user who own this authentication token. |
|
181 | ## came from the the logged in user who own this authentication token. | |
|
182 | ## Additionally @TOKEN syntaxt can be used to bound the view to specific | |||
|
183 | ## authentication token. Such view would be only accessible when used together | |||
|
184 | ## with this authentication token | |||
182 | ## |
|
185 | ## | |
183 | ## list of all views can be found under `_admin/permissions/auth_token_access` |
|
186 | ## list of all views can be found under `_admin/permissions/auth_token_access` | |
184 | ## The list should be "," separated and on a single line. |
|
187 | ## The list should be "," separated and on a single line. | |
@@ -187,6 +190,7 b' gist_alias_url =' | |||||
187 | # RepoCommitsView:repo_commit_download |
|
190 | # RepoCommitsView:repo_commit_download | |
188 | # RepoCommitsView:repo_commit_patch |
|
191 | # RepoCommitsView:repo_commit_patch | |
189 | # RepoCommitsView:repo_commit_raw |
|
192 | # RepoCommitsView:repo_commit_raw | |
|
193 | # RepoCommitsView:repo_commit_raw@TOKEN | |||
190 | # RepoFilesView:repo_files_diff |
|
194 | # RepoFilesView:repo_files_diff | |
191 | # RepoFilesView:repo_archivefile |
|
195 | # RepoFilesView:repo_archivefile | |
192 | # RepoFilesView:repo_file_raw |
|
196 | # RepoFilesView:repo_file_raw |
General Comments 0
You need to be logged in to leave comments.
Login now