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
'프로그래밍 > Node.js' 카테고리의 다른 글
CORS 설정방법 (0) | 2024.01.29 |
---|---|
CORS : Cross-Origin Resource Sharing (0) | 2024.01.29 |
[ Rest API ] sign in sign out 할때 HTTP method (0) | 2024.01.09 |
HTTP header 의 content type 정리 (0) | 2023.12.28 |
[개발환경] prettier 커스텀 적용하기 (0) | 2023.12.22 |