From 4ac6e753112b0290168e9e76ab4f7019d0fc9316 Mon Sep 17 00:00:00 2001 From: hou27 Date: Mon, 13 Jun 2022 19:29:32 +0900 Subject: [PATCH] Add TODO to README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee9378..0dd20db 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,13 @@ The following solution solved the issue for me. public AuthenticationManager authenticationManager(AuthenticationConfiguration authenticationConfiguration) throws Exception { return authenticationConfiguration.getAuthenticationManager(); } -``` \ No newline at end of file +``` + +# TODO + +- [ ] Implement Refresh Token +- [ ] Control Response Entity + +### Done ✓ + +- [x] Post on Blog \ No newline at end of file