Spring/study for project

Spring Security Google OAuth

melitina 2024. 2. 15. 00:21

https://guard-x100.tistory.com/37

 

[Spring] Firebase 프로젝트 생성

이번에 토이 프로젝트를 진행하기로 했고 토이 프로젝트의 데이터베이스는 사용해보지 않았던 Google Firebase에 대해 관심이 생기게 됐고 Firebase를 사용해보자고 결정을 하게 되었다. Firebase는 클

guard-x100.tistory.com

 

https://llshl.tistory.com/63

 

[Spring] Spring Security에서 Firebase JWT사용하기

1. 구현하고자 하는 것 인증은 Firebase에서, 인가는 Spring Security로, 구성하려고 한다. 이후 Controller에서 @PreAuthorize를 통해서 요청을 제한하고자 한다. 즉, Firebase에서 발급한 JWT를 Spring Security에서

llshl.tistory.com

 

https://half-develop-er.tistory.com/73

 

[Spring boot] 로그인 기능 구현하기( 소셜로그인 + 자체 로그인 )- 바닥부터 시작하는 코드 분석(1)

구글링을 하다 한 분의 엄청난 블로그를 보고 코드를 이해하고, 수정해서 저희 팀의 프로젝트에 적용하려 했습니다. 백엔드의 꽃인 로그인(제가 꽃이라고 생각합니다. 어쨋든 꽃입니다. )을 도

half-develop-er.tistory.com

 

https://kih0902.tistory.com/59

 

Spring Security와 Firebase auth기능을 활용하여 회원가입, 로그인 구현 #1

먼저 회원가입과 로그인 기본 요구사항은 다음과 같다. 로그인, 회원가입 전 먼저 휴대폰 인증을 완료한다. 휴대폰 인증 정보를 통해 가입된 유저인지 판단 후 가입된 유저면 --> 로그인 성공 가

kih0902.tistory.com

 

https://velog.io/@couchcoding/Firebase%EB%A1%9C-Google-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0-Spring-%ED%8C%8C%ED%8A%B8

 

velog

 

velog.io

 

https://velog.io/@limsubin/Spring-Security-JWT-%EC%9D%84-%EA%B5%AC%ED%98%84%ED%95%B4%EB%B3%B4%EC%9E%90

 

velog

 

velog.io

 

 

 

backend/prolog-backend/src/main/java/prologbackend/jwt at main · springvuet-front/backend · GitHub

 

2023-POCHAK-server/src/main/java/com/apps/pochak/login/oauth at develop-mysql · APPS-sookmyung/2023-POCHAK-server · GitHub

 

reMine-Server/src/main/java/com/gdsc/remine/login at develop · re-Mine/reMine-Server · GitHub

 

2023-High-Light-SolutionChallenge/backend/src/main/java/com/SollutionChallenge/HighLight/auth at main · dsc-sookmyung/2023-High-Light-SolutionChallenge · GitHub

 

2023-mention-all-SolutionChallenge/CPR2U-Server/src/main/java/com/mentionall/cpr2u/config/security at main · dsc-sookmyung/2023-mention-all-SolutionChallenge · GitHub

 

2023-four-tter-SolutionChallenge/folder-server/src/main/java/com/gdsc/forder at main · dsc-sookmyung/2023-four-tter-SolutionChallenge · GitHub

 

2023-YeonJeans-SolutionChallenge/server/src/main/java/yeonjeans/saera/security at main · dsc-sookmyung/2023-YeonJeans-SolutionChallenge · GitHub

 

OauthSample/backend/oauth/src/main/java/com/couchcoding/oauth/oauth/filter/JwtFilter.java at master · Couch-Coding-Team/OauthSample · GitHub

 

 

'Spring > study for project' 카테고리의 다른 글

구글 로그인  (0) 2024.02.17
구글 OAuth  (1) 2024.02.16
Spring Security JWT Firebase 구글 로그인  (0) 2024.02.10
Docker  (0) 2024.02.09
CI CD  (0) 2024.02.09