Go to the Kakao API Console and click Add New Application.
Learn how to enable Kakao Login in the Dream Social Login app.
Before You Begin
You need a Kakao Developers account. If you don't have one yet, sign up at the Kakao Developers Center first.
Kakao Login allows Korean customers to sign in quickly with their Kakao account. All required information (Client ID, Client Secret, Redirect URI) is issued at the Kakao Developers Center and entered into the app.
In the Dream Social Login app, go to Settings → API Keys → Kakao and enter the following:
https://shopidreamapps.com/kakao/authhttps://shopidreamapps.com/kakao/auth.Go to the Kakao API Console and click Add New Application.

Fill out the application form.

Click on your new app to open the configuration page.

Click the Kakao Login option in the left menu.

Click the Register Redirect URI button.

Enter the Redirect URI and save.
https://shopidreamapps.com/kakao/auth
Enable the toggle in Activation Settings.

Confirm activation in the popup by clicking Activate.

Go to Kakao Login → Security in the left menu.

Click the Generate Code button.

Click Generate in the Client Secret generation popup.

Copy the Client Secret code.

Paste the Client Secret into Dream Social Login → API Keys → Kakao → Client Secret.

Go to App Keys in the left menu.

Copy the REST API key.

Paste the REST API key as Client ID (API Key) in the Kakao section, then save.

Go to Consent Items and set the required permissions.

Without setting Email and Profile Info as required, login will appear to work but user information cannot be retrieved, so the integration will not function properly.
Make sure the URL is exactly https://shopidreamapps.com/kakao/auth. No trailing spaces or slashes.