atinux / nuxt-auth-utils

Add Authentication to Nuxt applications with secured & sealed cookies sessions.
MIT License
974 stars 91 forks source link

feat: add yandex oauth #118

Closed blumgart closed 4 months ago

blumgart commented 4 months ago

https://yandex.ru/dev/id/doc/en/how-to

For testing if needed, follow these steps:

  1. Creating an app - https://oauth.yandex.com/
  2. Data access - Choose ALL user data to provide the app access to. (using scope, we will get the necessary)
  3. Set Redirect URI - The URL to redirect the user to after they allow access to the app. The address corresponds to the redirect_uri parameter of the OAuth protocol.
  4. Email address - Enter the email where you would like to receive information about changes in Yandex ID or external authorization parameter updates.
  5. After setting up all the app's parameters, a window will appear in Yandex OAuth that users will see when logging in to your app via Yandex ID To confirm saving, click Everything is correct.