autopushed

This commit is contained in:
2023-08-03 19:38:24 +02:00
parent 1a3603e0e3
commit 9e4987989e
+18
View File
@@ -0,0 +1,18 @@
- a [[token]].
- Part of [[OAuth 2.0]].
- From [[rfc6750]] ~ https://datatracker.ietf.org/doc/html/rfc6750:
```
1.2. Terminology
Bearer Token
A security token with the property that any party in possession of
the token (a "bearer") can use the token in any way that any other
party in possession of it can. Using a bearer token does not
require a bearer to prove possession of cryptographic key material
(proof-of-possession).
All other terms are as defined in "The OAuth 2.0 Authorization
Framework" [RFC6749].
```