updated text about bearer token

This commit is contained in:
proddy
2021-05-06 10:17:25 +02:00
parent 9211d29e17
commit 461aa1fd58

View File

@@ -48,7 +48,7 @@ class GenerateToken extends React.Component<GenerateTokenProps, GenerateTokenSta
<Fragment>
<Box bgcolor="primary.main" color="primary.contrastText" p={2} mt={2} mb={2}>
<Typography variant="body1">
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.
</Typography>
</Box>
<Box mt={2} mb={2}>