An open API service indexing awesome lists of open source software.

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를 이용한 로그인, 회원가입 구현 및 학습.

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 |