일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- CI/CD
- 결정 알고리즘
- autosize
- ESlint
- webpack
- async/await
- 투포인터
- SSR
- CORS
- 이분 검색
- app router
- Cypress
- TS
- 리터럴 타입
- useAppDispatch
- 타입 좁히기
- Jest
- 인터섹션
- recoil
- tailwind
- React
- 태그된 유니온
- 무한 스크롤
- dfs
- Promise
- map
- 반공변성
- 호이스팅
- 공변성
- RTK Query
Archives
- Today
- Total
목록2025/07/05 (1)
짧은코딩
인증/인가, Spring Boot 서버 구축
드디어 첫 번째 프로젝트인 Spring Boot로 구현된 JWT 기반 인증 서버 프로젝트를 정리해 보겠다.[프로젝트 GitHub 링크] https://github.com/5hyun/AuthServer-SpringBoot GitHub - 5hyun/AuthServer-SpringBootContribute to 5hyun/AuthServer-SpringBoot development by creating an account on GitHub.github.com📝 프로젝트 개요주요 기능: 사용자 회원가입 및 로그인, JWT(JSON Web Token)를 사용한 인증, Access/Refresh Token을 이용한 토큰 갱신, Redis를 활용한 로그아웃 및 토큰 관리핵심 기술: Spring Security를 ..
MSA 공부
2025. 7. 5. 19:58