Authentication and Authorization

2023. 11. 10. 23:39IT

Today, I'm going to talk about Access Tokens and Refresh Tokens as they relate to my study.

It is not my point but I found some information from the web page.

It is not simple for me either, this case also with you.

To me, it is like a storybook. so fun.

Access Token, Refresh Token, JWT, Cookie, Session

If you read the web page this share for give you help.

 

User Login / Cookie / Session

https://hoime.tistory.com/93

 

사용자 로그인 이해하기 (쿠키와 세션)

✔ 사용자 로그인? 우리가 사용하는 web은 http기반의 요청(request)과 응답(response)로 동작을 하게 됩니다. 즉, 서버와 클라이언트 사이에서 수많은 통신이 일어나게 됩니다. 웹 서버의 경우 수많은

hoime.tistory.com

Access Token and Refresh Token

Authentication and Authorization

https://youtu.be/y0xMXlOAfss

 

https://hoime.tistory.com/94

 

토큰 기반의 로그인 인증 방법 이해하기 (JWT)

프로젝트를 진행하며 로그인 / 회원가입 부분을 담당하여 개발하게 되었습니다. 로그인을 구현하기 위해 공부한 내용을 정리하고 공유하고자 하는 목적으로 글을 작성합니다. 우선 사용자 로그

hoime.tistory.com

 

Encoding

https://velog.io/@wnwl1216/Encoding-%EC%9D%B4%EB%9E%80

 

Encoding 이란?

맡고 있는 업무 특성상 종종 문자열이 깨지는 이슈를 격는다. 그럴때마다 단순히 아 이거 문자열 인코딩이 이슈네 하고 넘어갔었다 그러던 중 갑자기 문자열 인코딩이 정확이 멀까에 대해 의문

velog.io

 

Cryptology

https://securityinit.tistory.com/31

 

[암호학] One Time Pad(일회용 패드) 알아보기(장·단점 , 구현)

개요 안녕하세요~ 오늘은 One Time Pad(이하 OTP)에 대해 알아보겠습니다. OTP는 이론적으론 해킹될 수 없는 수학적으로 매우! 안전한 암호화입니다. 하지만 현실은 그렇지 않다는거…… 자세히 알아

securityinit.tistory.com

 

'IT' 카테고리의 다른 글

CI/CD: 지속적 통합과 지속적 배포  (0) 2024.01.15
User and Web application relationships  (0) 2023.11.09