JWT refresh 토큰의 목적과 기능
https://github.com/feathersjs/feathers/issues/1337#issuecomment-651488662
Add support for refresh tokens · Issue #1337 · feathersjs/feathers
We currently allow getting a new token by posting a valid auth token to <loginEndpoint>/refresh. Refresh tokens have a slightly different workflow as explained here: https://auth0.com/learn/refresh...
github.com
access token vs refresh tokern
https://jackywxd.medium.com/understand-jwt-access-token-vs-refresh-token-2951e5e45193
Understand JWT: Access token vs Refresh token
Recently in one of my project I need to secure my REST API using JWT. Most of my previous projects were using serverless architecture and…
jackywxd.medium.com
JWT token 사용시 주의할 점
https://leffept.tistory.com/450
[JWT]JWT 사용시 주의할 점 & 문제점
안녕하세요, 오늘은 지난번 포스팅에 이어 JWT를 무턱대고 사용할 때 생기는 문제점과 주의해야할 점들에 대해서 이야기 해보겠습니다. JWT 사용시 주의할 점 시크릿 키의 설정 JWT의 가장 핵심적
leffept.tistory.com
토큰 기반 인증에서 bearer란 무엇일까?
토근 기반 인증에서 bearer는 무엇일까?
본 글은 MDN - HTTP 인증, Veloport님의 게시글을 참고하여 작성되었습니다. 자세하게 알고싶으신 분은 해당 링크를 참고해주세요.토큰 기반 인증인증 타입마치며토큰 기반 인증은 쿠키나 세션을 이
velog.io
JWT Token RFC 문서
https://datatracker.ietf.org/doc/html/rfc7519
RFC 7519: JSON Web Token (JWT)
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JS
datatracker.ietf.org
'TL;DR' 카테고리의 다른 글
[Links] Spring boot (1) | 2024.01.31 |
---|---|
[Links] linux signal and kill command (0) | 2024.01.31 |
[Links] shell에서 program detach, nohup & 활용 방법 (0) | 2024.01.31 |
[LINKS] 객체지향의 SOLID 원칙 (0) | 2024.01.31 |