##// END OF EJS Templates
configs: added info about @TOKEN syntaxt for whitelist views.
marcink -
r2004:7eb08ad3 default
parent child Browse files
Show More
@@ -205,6 +205,9 b' gist_alias_url ='
205 205 ## used for access.
206 206 ## Adding ?auth_token=TOKEN_HASH to the url authenticates this request as if it
207 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 212 ## list of all views can be found under `_admin/permissions/auth_token_access`
210 213 ## The list should be "," separated and on a single line.
@@ -213,6 +216,7 b' gist_alias_url ='
213 216 # RepoCommitsView:repo_commit_download
214 217 # RepoCommitsView:repo_commit_patch
215 218 # RepoCommitsView:repo_commit_raw
219 # RepoCommitsView:repo_commit_raw@TOKEN
216 220 # RepoFilesView:repo_files_diff
217 221 # RepoFilesView:repo_archivefile
218 222 # RepoFilesView:repo_file_raw
@@ -179,6 +179,9 b' gist_alias_url ='
179 179 ## used for access.
180 180 ## Adding ?auth_token=TOKEN_HASH to the url authenticates this request as if it
181 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 186 ## list of all views can be found under `_admin/permissions/auth_token_access`
184 187 ## The list should be "," separated and on a single line.
@@ -187,6 +190,7 b' gist_alias_url ='
187 190 # RepoCommitsView:repo_commit_download
188 191 # RepoCommitsView:repo_commit_patch
189 192 # RepoCommitsView:repo_commit_raw
193 # RepoCommitsView:repo_commit_raw@TOKEN
190 194 # RepoFilesView:repo_files_diff
191 195 # RepoFilesView:repo_archivefile
192 196 # RepoFilesView:repo_file_raw
General Comments 0
You need to be logged in to leave comments. Login now