-
I want the flow of application. What are the entities present in project. What are the capabilites of each entities. how relationship working in project.
-
Spring security has had full JWT-support since 2017.
Writing a custom security solution with some sort of custom security filter is bad practice. Thats why there are security standards, to avoid wr…
-
-
Spring Security OAuth's JWT classes (in package org.springframework.security.jwt) do not appear to depend on the OAuth classes. I understand that there is an [ongoing question](https://github.com/spri…
-
- Replace the current local Room SQLite database to a live-server database solution.
1. Look into either using Firebase Realtime Database, AWS RDS, or Google Cloud Firestore for the live-server imp…
-
## 설명(Description)
- Spring Security + JWT에서 발생 할 수 있는 케이스에 대해서 고민하고 코드 보강
- Exception 처리에 더욱 신경 쓰고 해당 코드를 추가한 이유를 글로 작성
- 현재 이슈에 코멘트로 남기거나 노션 페이지에 정리
## To Do List
- [ ] Expire된 토큰 Except…
-
**Describe the bug**
When upgrading Spring boot from 3.2.5 to Spring boot 3.3.0, which contains a new version of Spring security 6.3, I got some failing test cases that should return a 403 FORBIDDEN …
-
현재 JwtAuthFilter.java 파일에는 임시 테스트용 코드가 작성되어 있음.
JwtUtil 등의 코드 작업 필요
-
**Expected Behavior**
It would be nice if the RestClient supported an equivalent of ServletBearerExchangeFilterFunction. This would allow us to easily grab a user's bearer token and pass that on to s…
-
## Description
인증 - JWT를 발급한다.
## TODO
- [x] spring security 설정
- [x] Authentication Filter 구현 (JWT 발급)
- [x] 로그인을 위해 bookstore에서 member info 가져오기
## ETC
기타사항
okeio updated
4 months ago