fullstackreact / react-native-oauth

A react-native wrapper for social authentication login for both Android and iOS
https://fullstackreact.com
MIT License
801 stars 215 forks source link

Vkontakte provider #112

Open merryejik opened 7 years ago

merryejik commented 7 years ago

I don't know, how to make pull request here. Please, add this provider:

  'vkontakte': {
    auth_version: '2.0',
    authorize_url: 'https://oauth.vk.com/authorize',
    callback_url: ({ client_id }) => `vk${client_id}://authorize`,
    client_id: ({ client_id }) => client_id,
  }
vbuch commented 7 years ago

Use the configurable API. #111 has been merged into master.

vbuch commented 7 years ago

With 2.2.0 I think this issue is closable.