From 77d45bb70df72f484476e3895aaaa0b706b72222 Mon Sep 17 00:00:00 2001 From: Marion Date: Fri, 25 Oct 2024 15:27:15 -0700 Subject: [PATCH] clarify expiry time of token --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 25a4a3e..e91bef3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Users can obtain a bearer token by logging into the CanDIG data portal, clicking Site administrators or users using a local candig install can also obtain a token programmatically using the following curl commands from the CanDIGv2 repo: +> [!IMPORTANT] +> This is an access token and has an expiry period of 5 minutes from when it was obtained + ```bash source env.sh ```