{"id":19312090,"url":"https://github.com/authentiqid/meteor-accounts-authentiq","last_synced_at":"2026-06-11T22:31:39.410Z","repository":{"id":94335148,"uuid":"63766368","full_name":"AuthentiqID/meteor-accounts-authentiq","owner":"AuthentiqID","description":"MeteorJS Accounts package for Authentiq","archived":false,"fork":false,"pushed_at":"2016-07-21T14:20:45.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-24T03:44:55.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AuthentiqID.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-20T08:56:59.000Z","updated_at":"2016-07-21T14:20:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbf2b383-c83b-4f2a-b7e3-c367f297b650","html_url":"https://github.com/AuthentiqID/meteor-accounts-authentiq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AuthentiqID/meteor-accounts-authentiq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuthentiqID%2Fmeteor-accounts-authentiq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuthentiqID%2Fmeteor-accounts-authentiq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuthentiqID%2Fmeteor-accounts-authentiq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuthentiqID%2Fmeteor-accounts-authentiq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AuthentiqID","download_url":"https://codeload.github.com/AuthentiqID/meteor-accounts-authentiq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuthentiqID%2Fmeteor-accounts-authentiq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34221150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T00:32:40.630Z","updated_at":"2026-06-11T22:31:39.390Z","avatar_url":"https://github.com/AuthentiqID.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meteor-accounts-authentiq\n\nAuthentiq service for use with Meteor Accounts.\n\n### Setup\n\n1. Create an Authentiq Client ID at [Authentiq Dashboard](https://dashboard.authentiq.com/).\n2. Go to your application and configure the login service from server-side code:\n\n~~~js\nServiceConfiguration.configurations.remove({ service: 'authentiq' });\nServiceConfiguration.configurations.insert({\n  service:      'authentiq',\n  // baseUrl:       '{YOUR_AUTHENTIQ_DOMAIN}',     // for development purposes or on-premise installations\n  clientId:     '{YOUR_AUTHENTIQ_CLIENT_ID}',\n  clientSecret: '{YOUR_AUTHENTIQ_CLIENT_SECRET}'\n});\n~~~\n\nServiceConfiguration.configurations is exported by the service-configuration package:\n\n    meteor add service-configuration\n\n### Usage\n\n1. `meteor add authentiqid:accounts-authentiq`\n2. Use [accounts-ui](http://docs.meteor.com/#accountsui) to handle login experience, or directly call:\n\n~~~js\nMeteor.loginWithAuthentiq();\n~~~\n\n\u003e You can find useful info about the Meteor Accounts API from [here](http://docs.meteor.com/#accounts_api).\n\n### Package Dependencies\n\n* accounts-base\n* accounts-oauth\n\n### Credits\nClosely based on the [accounts-google package](https://github.com/meteor/meteor/tree/master/packages/accounts-google).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthentiqid%2Fmeteor-accounts-authentiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthentiqid%2Fmeteor-accounts-authentiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthentiqid%2Fmeteor-accounts-authentiq/lists"}