stackoverflow.com/questions/39992774/verify-a-jwt-token-string-containing-bearer-with-nodejs
1. What is "Bearer" ?
The value Bearer in the HTTP Authorization header indicates the authentication scheme, just like Basic and Digest. It's defined in the RFC 6750.
2. How to solve it for verify JWT
그러해서 authHeaderValue에 붙은 scheme 을 떼고 Token 만 얻기
'2️⃣ 개발 지식 B+ > 에러 해결 모음' 카테고리의 다른 글
Error: listen EADDRINUSE: address already in use :::port (0) | 2021.02.19 |
---|---|
workbench 깔았는데 비정상적으로 안 열리면? (0) | 2021.01.26 |
Error: write EPROTO (0) | 2021.01.22 |
Error: error:0909006C:PEM routines:get_name:no start line (1) | 2021.01.21 |
Error: unable to verify the first certificate (Basic auth) (0) | 2021.01.21 |