mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
AC-1013 Updated API docs to indicate that an auth token is tied to remote address and user agent.
This commit is contained in:
@@ -26,6 +26,9 @@ header:
|
|||||||
|
|
||||||
Authorization: Token 8f17825cf08a7efea124f2638f3896f6637f8745
|
Authorization: Token 8f17825cf08a7efea124f2638f3896f6637f8745
|
||||||
|
|
||||||
|
The auth token is only valid when used from the same remote address and user
|
||||||
|
agent that originally obtained it.
|
||||||
|
|
||||||
Each request that uses the token for authentication will refresh its expiration
|
Each request that uses the token for authentication will refresh its expiration
|
||||||
timestamp and keep it from expiring. A token only expires when it is not used
|
timestamp and keep it from expiring. A token only expires when it is not used
|
||||||
for the configured timeout interval (default 1800 seconds).
|
for the configured timeout interval (default 1800 seconds).
|
||||||
|
|||||||
Reference in New Issue
Block a user