Connect to API Yandex ID
With API Yandex ID, a user's data can be automatically loaded from their Yandex account. This makes logging in to your website easier because the user doesn't have to create a new account and fill out additional forms.
To set up authorization using API Yandex ID, prepare your app for implementing the OAuth 2.0 protocol:
-
Configure the app's access to Yandex ID. To do that, obtain the user's consent for the app's actions and request an OAuth token. You should request a token for every new user that logs in to your service via Yandex.
-
Get user information to be utilized in your app, such as data needed for configuring the user's profile.