{"id":24907412,"url":"https://github.com/picahq/authkit","last_synced_at":"2025-10-16T18:31:03.583Z","repository":{"id":193539659,"uuid":"628031423","full_name":"picahq/authkit","owner":"picahq","description":"Frontend bindings for AuthKit powered by Pica","archived":false,"fork":false,"pushed_at":"2025-01-16T17:22:23.000Z","size":446,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T18:17:18.799Z","etag":null,"topics":["authkit","integrations","pica"],"latest_commit_sha":null,"homepage":"https://docs.picaos.com/authkit","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picahq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-14T18:43:56.000Z","updated_at":"2025-01-16T17:21:47.000Z","dependencies_parsed_at":"2023-09-11T17:35:16.704Z","dependency_job_id":"83c14ddb-5883-4186-94dd-08938e51e535","html_url":"https://github.com/picahq/authkit","commit_stats":{"total_commits":87,"total_committers":9,"mean_commits":9.666666666666666,"dds":0.5172413793103448,"last_synced_commit":"6e8239a06fd6d8a4e6c156ba60c5153bac25e5cd"},"previous_names":["event-cloud/event-link","event-cloud/event-embed","buildable/event-link","integration-os/embed-react","integration-os/event-embed","integration-os/authkit-react","integration-os/authkit","picahq/authkit"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picahq%2Fauthkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picahq%2Fauthkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picahq%2Fauthkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picahq%2Fauthkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picahq","download_url":"https://codeload.github.com/picahq/authkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236201088,"owners_count":19111403,"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":["authkit","integrations","pica"],"created_at":"2025-02-02T01:17:13.826Z","updated_at":"2025-10-16T18:31:03.128Z","avatar_url":"https://github.com/picahq.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# authkit\n\nHook and components for integrating with [Pica AuthKit](https://docs.picaos.com/authkit). Compatible with React, Next.js, Vue, Svelte and more.\n\n## Install\n\nWith npm:\n\n```jsx\nnpm i @picahq/authkit\n```\n\nWith yarn:\n\n```jsx\nyarn add @picahq/authkit\n```\n\n## Using the AuthKit component\n\nYou'll want to replace the `token URL` with your token endpoint URL, which can be securely generated from your backend using Pica's [AuthKit Node](https://www.npmjs.com/package/@picahq/authkit-node) library.\n\n```jsx\nimport { useAuthKit } from \"@picahq/authkit\";\n\nconst { open } = useAuthKit({\n  token: {\n    url: \"https://api.your-company-name.com/authkit-token\",\n    headers: {},\n  },\n  onSuccess: (connection) =\u003e {},\n  onError: (error) =\u003e {},\n  onClose: () =\u003e {},\n});\n```\n\n## Full Documentation\n\nPlease refer to the official [Pica AuthKit](https://docs.picahq.com/authkit) docs for a more holistic understanding of Pica AuthKit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicahq%2Fauthkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicahq%2Fauthkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicahq%2Fauthkit/lists"}