Update README.md

This commit is contained in:
hou27
2022-06-23 20:46:19 +09:00
parent a3b1b837cb
commit 160fab01fd

View File

@@ -2,6 +2,9 @@
Spring Boot를 이용한 간단한 JWT 예시 레포지토리
---
<img src="https://img.shields.io/badge/postgresql-gray?style=for-the-badge&logo=postgresql&logoColor=white"> <img src="https://img.shields.io/badge/Spring Boot-green?style=for-the-badge&logo=spring&logoColor=white">
# How to use authenticationManager Bean in 5.7.1
@@ -24,12 +27,4 @@ The following solution solved the issue for me.
public AuthenticationManager authenticationManager(AuthenticationConfiguration authenticationConfiguration) throws Exception {
return authenticationConfiguration.getAuthenticationManager();
}
```
# TODO
### Done ✓
- [x] Post on Blog
- [x] Implement regenerate refresh token test code
```