mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03: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:
parent
b708edffd9
commit
2423c9a63c
@ -26,6 +26,9 @@ header:
|
||||
|
||||
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
|
||||
timestamp and keep it from expiring. A token only expires when it is not used
|
||||
for the configured timeout interval (default 1800 seconds).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user