{"id":15017637,"url":"https://github.com/bazumax/capacitor-plugin-vk-auth","last_synced_at":"2025-04-12T12:33:44.992Z","repository":{"id":57194080,"uuid":"286215473","full_name":"BazuMax/capacitor-plugin-vk-auth","owner":"BazuMax","description":"Capacitor plugin to authenticate user and get VK token","archived":false,"fork":false,"pushed_at":"2022-10-12T19:51:17.000Z","size":883,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T16:16:45.057Z","etag":null,"topics":["android","auth","authentication","capacitor","ios","vk"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BazuMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-09T10:33:50.000Z","updated_at":"2022-12-28T22:25:38.000Z","dependencies_parsed_at":"2022-09-26T18:21:57.213Z","dependency_job_id":null,"html_url":"https://github.com/BazuMax/capacitor-plugin-vk-auth","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BazuMax%2Fcapacitor-plugin-vk-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BazuMax%2Fcapacitor-plugin-vk-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BazuMax%2Fcapacitor-plugin-vk-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BazuMax%2Fcapacitor-plugin-vk-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BazuMax","download_url":"https://codeload.github.com/BazuMax/capacitor-plugin-vk-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248566807,"owners_count":21125728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","auth","authentication","capacitor","ios","vk"],"created_at":"2024-09-24T19:50:47.296Z","updated_at":"2025-04-12T12:33:44.968Z","avatar_url":"https://github.com/BazuMax.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capacitor Plugin VK Auth\n\n## Install\nUse Yarn\n```\nyarn add capacitor-plugin-vk-auth\n```\nUse NPM\n```\nnpm install capacitor-plugin-vk-auth --save\n```\n\n## Using\n```javascript\nVKAuth.initWithId({ id: '7569443' })\nVKAuth.auth({ scope: ['offline'] });\nVKAuth.addListener(\"vkAuthFinished\", (info) =\u003e {\n    console.log(\"vkAuthFinished was fired\", JSON.stringify(info, null, 2));\n});\n```\n\n## Setup VK APP\n\nSetup App in [vk.com/dev](https://vk.com/dev)\n\nCreate Standalone-application\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/11452353/123266356-9ae1b200-d504-11eb-9148-38e7e761435f.png\" width=\"600\"\u003e\n\u003c/p\u003e\n\nExample both for Android \u0026 IOS\n\nP.S. Setup for ios is unnecessary\n\u003cp align=\"center\"\u003e\n\u003cimg src=\".github/img/working-settings.jpg\" width=\"600\"\u003e\n\u003c/p\u003e\n\n\n## Android\n\n[Click to open useful docs for android](https://vk.com/dev/android_sdk?f=1.%20%D0%9F%D0%BE%D0%B4%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%BA%D0%B0%20%D0%BA%20%D0%B8%D1%81%D0%BF%D0%BE%D0%BB%D1%8C%D0%B7%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8E)\n\nAdd VK APP ID to app/res/values/strings.xml\n\u003cp align=\"center\"\u003e\n\u003cimg src=\".github/img/android-vkid.jpg\" width=\"600\"\u003e\n\u003c/p\u003e\n\n## IOS\n\nInsert vkID into your `Info.plist` file like this\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\".github/img/ios-vkid.jpg\" width=\"600\"\u003e\n\u003c/p\u003e\n\n[Click to open useful docs for ios](https://vk.com/dev/ios_sdk?f=1.%20%D0%9F%D0%BE%D0%B4%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%BA%D0%B0%20%D0%BA%20%D0%B8%D1%81%D0%BF%D0%BE%D0%BB%D1%8C%D0%B7%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8E)\n\n### Only for IOS 9\n[Click to open settings for IOS 9](https://vk.com/dev/ios_sdk?f=1.2.%20%D0%98%D0%B7%D0%BC%D0%B5%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%B4%D0%BB%D1%8F%20iOS%209)\n\n\n## Support\nFor any support create an issue and describe your problem, we can help you with our plugin ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbazumax%2Fcapacitor-plugin-vk-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbazumax%2Fcapacitor-plugin-vk-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbazumax%2Fcapacitor-plugin-vk-auth/lists"}