What's Problem?
Previously, I implemented an OAuth Login Service that is highly dependent on the Kakao Platform

I'll be refactoring this strong dependency to make it easier to extend the social login offered by multiple platforms.
How?
Refactoring code in an object-oriented manner using the function provided by spring security
Expected!
Can extend and maintain social login platform easier!