From 461aa1fd58a7ed72f490a5e1bea72692553651c8 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 6 May 2021 10:17:25 +0200 Subject: [PATCH] updated text about bearer token --- interface/src/security/GenerateToken.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/security/GenerateToken.tsx b/interface/src/security/GenerateToken.tsx index f2f483e13..c492d88d7 100644 --- a/interface/src/security/GenerateToken.tsx +++ b/interface/src/security/GenerateToken.tsx @@ -48,7 +48,7 @@ class GenerateToken extends React.Component - The token below may be used to access the secured APIs. This may be used for bearer authentication with the "Authorization" header or using the "access_token" query paramater. + The token below may be used to access the secured APIs, either as a Bearer authentication in the "Authorization" header or using the "access_token" query parameter.