|
Hi, |
Replies: 1 comment 2 replies
|
A Bearer token is a type of authorization token that is provided to a user after successful authentication to access protected resources. This token is usually a string that the user must pass in the HTTP request header for each request to a secure service or application. |

For context, this was tracked in issue #758