Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
565875f6
Commit
565875f6
authored
Nov 11, 2014
by
Luciano Baraglia
Committed by
Alexander Makarov
Nov 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spanish Guide minor changes [skip ci]
parent
d6d4df4b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
rest-authentication.md
docs/guide-es/rest-authentication.md
+0
-0
rest-authentication.md
docs/guide/rest-authentication.md
+1
-1
No files found.
docs/guide-es/rest-authentication.md
View file @
565875f6
This diff is collapsed.
Click to expand it.
docs/guide/rest-authentication.md
View file @
565875f6
...
@@ -11,7 +11,7 @@ via HTTPS to prevent man-in-the-middle (MitM) attacks**.
...
@@ -11,7 +11,7 @@ via HTTPS to prevent man-in-the-middle (MitM) attacks**.
There are different ways to send an access token:
There are different ways to send an access token:
*
[
HTTP Basic Auth
](
http://en.wikipedia.org/wiki/Basic_access_authentication
)
: the access token
*
[
HTTP Basic Auth
](
http://en.wikipedia.org/wiki/Basic_access_authentication
)
: the access token
is sent as the username. This
is
should only be used when an access token can be safely stored
is sent as the username. This should only be used when an access token can be safely stored
on the API consumer side. For example, the API consumer is a program running on a server.
on the API consumer side. For example, the API consumer is a program running on a server.
*
Query parameter: the access token is sent as a query parameter in the API URL, e.g.,
*
Query parameter: the access token is sent as a query parameter in the API URL, e.g.,
`https://example.com/users?access-token=xxxxxxxx`
. Because most Web servers will keep query
`https://example.com/users?access-token=xxxxxxxx`
. Because most Web servers will keep query
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment