Skip to content

Commit

Permalink
Update VK steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulakin Vadim committed Dec 20, 2019
1 parent d8f873b commit 60b2994
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
Binary file modified login-react/assets/vk_settings__01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified login-react/assets/vk_settings__02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified login-react/assets/vk_settings__03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added login-react/assets/vk_settings__04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions login-react/doc/vk_setup.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# VK setup

Go to the [VK developers](https://vk.com/apps?act=manage) and create a **standalone** app.
Go to the [VK developers](https://vk.com/apps?act=manage) and click **Create app**.

![VK setup](../assets/vk_settings__01.png)

Then in the **settings** section, enable the `Open API` option and set the information as in the screenshot bellow.
Select Website platform, specify title, address and base domain. Click **Connect website**.

![VK setup](../assets/vk_settings__02.png)

Then in the **settings** section set the Authorized redirect URI to `http://localhost:1337/connect/vk/callback`.

![Admin VK Setup](../assets/vk_settings__03.png)

## API Setup

[Go to the Admin](http://localhost:1337/admin/plugins/users-permissions/providers), enable VK and enter your credentials.

![Admin VK Setup](../assets/vk_settings__03.png)
![Admin VK Setup](../assets/vk_settings__04.png)

> Go to localhost:3000 and try to sign up with VK

0 comments on commit 60b2994

Please sign in to comment.