https://github.com/donghl-dev/login-session-skeleton
Spring Security를 이용한 로그인, 회원가입 구현 및 학습.
https://github.com/donghl-dev/login-session-skeleton
authentication authorization jwt-authentication spring spring-boot spring-security
Last synced: 10 months ago
JSON representation
Spring Security를 이용한 로그인, 회원가입 구현 및 학습.
- Host: GitHub
- URL: https://github.com/donghl-dev/login-session-skeleton
- Owner: donghL-dev
- Created: 2020-09-26T12:23:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T10:39:14.000Z (over 5 years ago)
- Last Synced: 2025-02-05T11:52:09.405Z (11 months ago)
- Topics: authentication, authorization, jwt-authentication, spring, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login Session Skeleton
- `Spring Security` 를 이용하여 로그인, 회원가입 기능을 구현을 통해 학습하기 위한 저장소입니다. (with [ber01](https://github.com/ber01/Spring-Security-Login-Skeleton))
## 목표
- `Spring Security` 를 이용하여 `세션`, `쿠키` 방식으로 인증 구현
- `로그인`, `회원가입` 구현
- `SecurityContextHolder` 에 유저의 `세션` 확인
- `Rquest` 의 `쿠키` 와 `Session ID` 가 일치한지 확인
- `Spring Security` 를 이용하여 `토큰` 방식으로 인증 구현
- // 예정
## 개발환경
| 도구 | 버전 |
| :----------: | :-----------------------------: |
| Spring | Spring Boot 2.3.4 |
| OS | Mac OS X |
| 개발 툴 | Intellij IDEA Ultimate |
| JDK | JDK 11 |
| 데이터베이스 | H2 |
| 빌드 툴 | gradle-6.6.1 |