Bearer
OAuth2.0 에서 정의된 내용으로, 인증을 위해 토큰이 정보를 전달(bear)함을 의미하는 문자열이다.
[header]
Authorization: <type> <credentials>
Authorization: Bearer {a token}
토큰은 대부분 JWT를 사용한다.
OAuth2.0 에서 정의된 내용으로, 인증을 위해 토큰이 정보를 전달(bear)함을 의미하는 문자열이다.
[header]
Authorization: <type> <credentials>
Authorization: Bearer {a token}
토큰은 대부분 JWT를 사용한다.