{"id":16180776,"url":"https://github.com/elmarti/meteor-accounts-monzo","last_synced_at":"2025-07-14T17:16:19.950Z","repository":{"id":96045874,"uuid":"114757254","full_name":"elmarti/meteor-accounts-monzo","owner":"elmarti","description":null,"archived":false,"fork":false,"pushed_at":"2017-12-21T23:49:46.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T12:11:17.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/elmarti.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-19T11:28:52.000Z","updated_at":"2017-12-20T21:30:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"de6de416-4357-4c81-9fee-7d8887fdc6dc","html_url":"https://github.com/elmarti/meteor-accounts-monzo","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"e5b487458c86b242715a1c8e1df4480fe8d3c978"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elmarti/meteor-accounts-monzo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elmarti%2Fmeteor-accounts-monzo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elmarti%2Fmeteor-accounts-monzo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elmarti%2Fmeteor-accounts-monzo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elmarti%2Fmeteor-accounts-monzo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elmarti","download_url":"https://codeload.github.com/elmarti/meteor-accounts-monzo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elmarti%2Fmeteor-accounts-monzo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265323521,"owners_count":23746871,"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":[],"created_at":"2024-10-10T06:09:55.262Z","updated_at":"2025-07-14T17:16:19.855Z","avatar_url":"https://github.com/elmarti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor Monzo Accounts \n`elmarti:accounts-monzo`\nThis package allows you to SSO (Single Sign on) into Monzo using OAuth2.\n\n\n### Limitations\nAt the time of writing, the Monzo API is restricted to users who are explicitly whitelisted [See the blog post](https://monzo.com/blog/2017/05/11/api-update/)\n\nThe Monzo API also only supports redirect style login and requires users to click a link in their email.\n\n### Getting started\nLike most Meteor OAuth packages, this uses the `ServiceConfiguration` class to manage secure credentials, so get your Monzo ID and secret and do the following on the server side\n\n```JavaScript\nMeteor.startup(() =\u003e {\n    ServiceConfiguration.configurations.upsert(\n      { service: \"monzo\" },\n      { $set: { clientId: \"client\", secret: \"secret\" } }\n    ); \n});\n\n```\nNow you can call\n\n```JavaScript\n//See documentation for the options interface http://docs.meteor.com/api/accounts.html#Meteor-loginWith\u003cExternalService\u003e\nMeteor.loginWithMonzo(options)\n\n```\n\n### Further Info\nAt the time of writing I can't fully vouch for the stability of this package, if you find anything that could be improved, please create an issue or even drop a PR :)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felmarti%2Fmeteor-accounts-monzo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felmarti%2Fmeteor-accounts-monzo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felmarti%2Fmeteor-accounts-monzo/lists"}