프로그래밍/Node.js
왜 Bearer 을 토큰 앞에 사용할까?
L.Joey
2024. 1. 23. 18:22
OAuth 2.0 문서에 명시되어 있는 규칙이여서 라고 한다.
참고 문서
https://datatracker.ietf.org/doc/html/rfc6750
RFC 6750: The OAuth 2.0 Authorization Framework: Bearer Token Usage
This specification describes how to use bearer tokens in HTTP requests to access OAuth 2.0 protected resources. Any party in possession of a bearer token (a "bearer") can use it to get access to the associated resources (without demonstrating possession of
datatracker.ietf.org