You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hyeon-Uk
changed the title
[Refactor] Reduce the OAuth dependency about specific platform
[Refactoring] Reduce the OAuth dependency about specific platform
Dec 6, 2023
What's Problem?
Previously, I implemented an

OAuth Login Service
that is highly dependent on theKakao 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!
The text was updated successfully, but these errors were encountered: