JWT 알아보기
https://developers.kakao.com/docs/latest/ko/kakaologin/design-guide
github OAuth https://docs.github.com/ko/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps
우리는 다양한 사이트들에 접속하면서 그에 따른 로그인 요청들을 받는다.로그인 페이지가 나오면 가장 먼저 찾는 것은 아마도 네이버, 카카오, 구글 등과 연동한 간편 로그인일 것이다.간편 로그인을 통해서 몇번의 클릭만으로 사이트에 로그인하고 다양한 권한들을사용할 수 있게
https://www.twilio.com/docs/glossary/what-is-basic-authentication
우리들의 소중한 비밀번호를 안전하게 저장하려면 어떻게 해야할까?
github 에서 ssh 를 사용하여 다운로드 하는 것은 어떻게 동작하는 걸까?