Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 306 Bytes

oauth-bearer-token.md

File metadata and controls

8 lines (7 loc) · 306 Bytes
tags
oauth

Bearer token means "give access to the bearer of this token" Commonly it's a [[jwt]] that serves as [[oauth-access-token|access_token]] to authorise requests against [[oauth-roles#API Resource|API]]

[[oauth-secure-access-token|Sender constraint]] protects against stealing of token