Skip to content

Commit becf3a5

Browse files
Updated documentation to clarify the azure-token validity. (#332)
1 parent 14e085d commit becf3a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wiki/authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Example of full response
4747
* Connection #0 to host localhost left intact
4848
{"user":"myuser"}
4949

50+
**Note**: The `azure-token` is valid for 1 hour, after which it expires. Your application should re-authenticate at the `/authentication/login` endpoint to obtain a new token as needed.
51+
5052
## Step 2: Making API Requests with Tokens
5153

5254
Once you have obtained the tokens, include them in your API requests as follows:

0 commit comments

Comments
 (0)