Difference between revisions of "Bearer token"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
   [[Authorization:]] [[Bearer]] 31ada4fd-adec-460c-809a-9e56ceb75269
 
   [[Authorization:]] [[Bearer]] 31ada4fd-adec-460c-809a-9e56ceb75269
 +
 +
[[curl $APISERVER/api --header]] "Authorization: Bearer $TOKEN" --insecure
  
 
== Related ==
 
== Related ==

Revision as of 22:06, 23 October 2023

wikipedia:Bearer token is an opaque string, not intended to have any meaning to clients using it. Some servers will issue tokens that are a short string of hexadecimal characters, while others may use structured tokens such as JSON Web Tokens.


 Authorization: Bearer 31ada4fd-adec-460c-809a-9e56ceb75269
curl $APISERVER/api --header "Authorization: Bearer $TOKEN" --insecure

Related

See also

Advertising: