{"id":13781562,"url":"https://github.com/lookinlab/adonis-ally-vk","last_synced_at":"2026-01-12T02:37:37.470Z","repository":{"id":57173533,"uuid":"394884084","full_name":"lookinlab/adonis-ally-vk","owner":"lookinlab","description":"A driver of AdonisJS Ally for vk.com","archived":false,"fork":false,"pushed_at":"2023-03-21T13:05:58.000Z","size":53,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-27T15:49:43.556Z","etag":null,"topics":["adonis-ally","adonis-ally-vk","adonis-vk","adonis-vkontakte","adonisjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lookinlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-08-11T06:20:22.000Z","updated_at":"2024-10-20T20:04:49.000Z","dependencies_parsed_at":"2024-01-15T09:02:59.843Z","dependency_job_id":"72cb7217-8a54-45a5-9017-87ce5ddea9f4","html_url":"https://github.com/lookinlab/adonis-ally-vk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lookinlab%2Fadonis-ally-vk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lookinlab%2Fadonis-ally-vk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lookinlab%2Fadonis-ally-vk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lookinlab%2Fadonis-ally-vk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lookinlab","download_url":"https://codeload.github.com/lookinlab/adonis-ally-vk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588556,"owners_count":21932277,"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":["adonis-ally","adonis-ally-vk","adonis-vk","adonis-vkontakte","adonisjs"],"created_at":"2024-08-03T18:01:27.139Z","updated_at":"2026-01-12T02:37:37.433Z","avatar_url":"https://github.com/lookinlab.png","language":"TypeScript","funding_links":[],"categories":["Packages"],"sub_categories":[],"readme":"# Adonis Ally Vk Driver\n\nA driver of AdonisJS Ally for vk.com (vkontakte)\n\n## Installation\n\nMake sure to install it using `npm` or `yarn`.\n\n```bash\n# npm\nnpm i adonis-ally-vk\nnode ace configure adonis-ally-vk\n\n# yarn\nyarn add adonis-ally-vk\nnode ace configure adonis-ally-vk\n```\n\nOpen a `instructions.md` file after configure\n\n## Usage\n\nMake sure to register the provider inside `.adonisrc.json` file.\n```json\n{\n  \"providers\": [\n    \"...other packages\",\n    \"adonis-ally-vk\"\n  ] \n}\n```\n\nFor TypeScript projects add to `tsconfig.json` file:\n```json\n{\n  \"compilerOptions\": {\n    \"types\": [\n      \"...other packages\",\n      \"adonis-ally-vk\"\n    ]\n  } \n}\n```\n\nMore about [AdonisJS Ally](https://docs.adonisjs.com/guides/auth/social) and as usage this driver\n\n## An available configuration options\n\n```ts\nconst allyConfig: AllyConfig = {\n  // ... other drivers\n  vk: {\n    // ... config\n\n    display: 'page',\n    scopes: ['email', '...other'],\n    fields: ['screen_name', 'bdate', '...other']\n  },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flookinlab%2Fadonis-ally-vk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flookinlab%2Fadonis-ally-vk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flookinlab%2Fadonis-ally-vk/lists"}