forked from strapi/strapi-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sulakin Vadim
committed
Dec 20, 2019
1 parent
d8f873b
commit 60b2994
Showing
5 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |