Skip to main content

VK provider for Users & Permissions

Using ngrok

VK accepts the localhost urls.
The use of ngrok is not needed.

VK configuration

  • Visit the Apps list page
    https://vk.com/apps?act=manage
  • Click on Create app button
  • Fill the information:
    • Title: Strapi auth
    • Platform: Choose Website option
    • Website address: http://localhost:1337
    • Base domain: localhost
  • Click on the Settings link in the left menu
  • Click on the Open API link to enable this option
  • Fill the information:
    • Authorized redirect URL: http://localhost:1337/api/connect/vk/callback

Strapi configuration