1.2.0 • Published 1 month ago

@logto/connector-kakao v1.2.0

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
1 month ago

Kakao Connector

The Kakao connector provides a succinct way for your application to use Kakao’s OAuth 2.0 authentication system.

Table of contents

Set up a project in the Kakao Devlopers Console

  • Visit the Kakao Developers Console and sign in with your Kakao account.
  • Click the Add an application to create new project or choose exist project.

Configure Kakao Login

Activate Kakao Login

  • Click the Product Settings -> Kakao Login from the menu.
  • Turn on Kakao Login Activation
  • Add below URL into Redirect URI
    • http(s)://YOUR_URL/callback/${connector_id} (The connector_id can be found on the top bar of the Logto Admin Console connector details page.)
    • (Please replace YOUR_URL with your Logto URL, and choose http or https on your situation.)

Privacy Setting

  • Click the Product Settings -> Kakao Login -> Consent Item from the menu.
  • Change state of Nickname, Profile image, and Email to Required consent (You might not able to change Email to Required consent because of your project setting.)

Security Setting (Optional)

  • Click the Product Settings -> Kakao Login -> Security from the menu.
  • Click the Client secret code to generate secret code.
  • Change Activation state to Enable. (If you enable it, secret code is necessary.)

Configure Logto

Config types

NameType
clientIdstring
clientSecretstring?

clientId

clientId is REST API key of your project. (You can find it from summary of your project from Kakao developers console.)

clientSeceret

clientSecret is Secret Code of your project. (Please check Security Setting (Optional))

1.2.0

1 month ago

1.1.0

3 months ago

1.0.1

7 months ago

1.0.0

1 year ago

1.0.0-beta.20

1 year ago

1.0.0-beta.21

1 year ago

1.0.0-beta.19

1 year ago

1.0.0-beta.17

1 year ago

1.0.0-beta.18

1 year ago

1.0.0-beta.11

2 years ago

1.0.0-beta.12

1 year ago

1.0.0-beta.15

1 year ago

1.0.0-beta.16

1 year ago

1.0.0-beta.10

2 years ago

1.0.0-beta.9

2 years ago

1.0.0-beta.4

2 years ago

1.0.0-beta.8

2 years ago