-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancing Authentication Feature - Login with KakaoTalk #97
Comments
laphayen
added a commit
that referenced
this issue
Jul 26, 2024
laphayen
added a commit
that referenced
this issue
Jul 27, 2024
client-id and client-secret are confidential information, so do not include the actual values. Instead, configure them to be set later via external environment variables.
laphayen
added a commit
that referenced
this issue
Jul 27, 2024
Add a constructor method for registering member information in the database without authentication. Add a constructor method to allow user registration by manually entering the creator and modifier information when authentication information is not available.
laphayen
added a commit
that referenced
this issue
Jul 27, 2024
Implement the OAuth2User interface so that the Spring OAuth Client recognizes authentication information in the same way as before.
laphayen
added a commit
that referenced
this issue
Jul 27, 2024
Represent the result of the Kakao authentication API as a Java record for efficient use, and write tests to verify its functionality.
laphayen
added a commit
that referenced
this issue
Jul 27, 2024
Represent the result of the Kakao authentication API as a Java record for efficient use.
laphayen
added a commit
that referenced
this issue
Jul 28, 2024
If an existing member ID is searched, return the member data as an Optional. If a non-existing member ID is searched, return an empty Optional. When member information is entered, save the new member information to register them and return the member data.
laphayen
added a commit
that referenced
this issue
Jul 28, 2024
Implement a service for retrieving and saving membership information.
laphayen
added a commit
that referenced
this issue
Jul 28, 2024
Add configuration to the test so that Spring Security can accept both existing DB authentication and OAuth authentication.
laphayen
added a commit
that referenced
this issue
Jul 28, 2024
Add configuration to allow Spring Security to accept both existing DB authentication and OAuth authentication.
laphayen
added a commit
that referenced
this issue
Jul 29, 2024
Use the image resources provided on the Kakao Developer website.
laphayen
added a commit
that referenced
this issue
Jul 30, 2024
Add Kakao login button and change the username to principal.nickname.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding Login with Kakao Account to Your Authentication Feature
Reference
Kakao Developers: https://developers.kakao.com/
The text was updated successfully, but these errors were encountered: