{"id":13399175,"url":"https://github.com/accounts-js/accounts","last_synced_at":"2025-05-14T00:07:03.684Z","repository":{"id":11640678,"uuid":"70207011","full_name":"accounts-js/accounts","owner":"accounts-js","description":"Fullstack authentication and accounts-management for Javascript.","archived":false,"fork":false,"pushed_at":"2024-03-08T10:44:12.000Z","size":18092,"stargazers_count":1506,"open_issues_count":64,"forks_count":141,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-05-09T11:50:41.231Z","etag":null,"topics":["accounts","graphql","oauth","password","rest","sessions"],"latest_commit_sha":null,"homepage":"https://www.accountsjs.com/","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/accounts-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"open_collective":"accounts-js"}},"created_at":"2016-10-07T01:43:23.000Z","updated_at":"2025-05-03T08:18:24.000Z","dependencies_parsed_at":"2023-12-21T16:45:41.008Z","dependency_job_id":"7b7eb516-42d4-40a4-a896-a048c8cf3145","html_url":"https://github.com/accounts-js/accounts","commit_stats":{"total_commits":1572,"total_committers":63,"mean_commits":"24.952380952380953","dds":0.6475826972010178,"last_synced_commit":"9f474ccab166459efaaf7e79fe537bddc9feab1b"},"previous_names":["js-accounts/accounts"],"tags_count":146,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accounts-js%2Faccounts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accounts-js%2Faccounts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accounts-js%2Faccounts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accounts-js%2Faccounts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/accounts-js","download_url":"https://codeload.github.com/accounts-js/accounts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253321067,"owners_count":21890330,"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":["accounts","graphql","oauth","password","rest","sessions"],"created_at":"2024-07-30T19:00:34.893Z","updated_at":"2025-05-14T00:07:03.665Z","avatar_url":"https://github.com/accounts-js.png","language":"TypeScript","funding_links":["https://opencollective.com/accounts-js"],"categories":["TypeScript","graphql","Users and Authentication","📦 Legacy \u0026 Inactive Projects","Users management"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.accountsjs.com\"\u003e\n    \u003cimg alt=\"accounts-js logo\" src=\"https://github.com/accounts-js/accounts/blob/master/website/static/img/logo.png?raw=true\" width=\"500\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@accounts/server\"\u003e\n   \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/@accounts/server\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@accounts/server\"\u003e\n   \u003cimg alt=\"npm downloads\" src=\"https://img.shields.io/npm/dm/@accounts/server\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/accounts-js/accounts\"\u003e\n   \u003cimg alt=\"codecov\" src=\"https://img.shields.io/codecov/c/github/accounts-js/accounts\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/accounts-js/accounts/blob/master/LICENSE\"\u003e\n   \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/accounts-js/accounts\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  Fullstack authentication and accounts-management for GraphQL and REST.\n\u003c/h3\u003e\n\n\u003cbr\u003e\n\n_Note: Although accounts-js is production ready, the packages within this repo are under active development — expect breaking changes with minor version updates._\n\nThe `@accounts` suite of packages aims to provide all the tools you need to build a **flexible authentication and accounts management** solution for your application.\n\n🔐 We got you covered! The packages come with **strong opinionated security** defaults while preserving options for configuration.\n\n📚 Ready to get started? Take a look at our [documentation](https://www.accountsjs.com/docs/introduction) to learn how to use the packages. For more advanced usage, head to our [API documentation](https://www.accountsjs.com/docs/api/server/index).\n\n🙋‍♀️ A bit lost? Here are some [examples](https://github.com/accounts-js/accounts/tree/master/examples) where you can see working clients and severs with react, GraphQL or Rest.\n\n## Features\n\n- Create and manage users\n- Create and manage sessions (JWT)\n- Pick your transport layer\n  - GraphQL\n  - Rest\n- Compatible with all the modern js frameworks (react, react-native, vue, angular...)\n- Use the database you want\n  - Mongo\n  - Typeorm\n  - MikroORM\n  - Redis (sessions only)\n- Add all the strategies you need\n  - password\n  - magic link\n  - Oauth (WIP)\n\n## Contributing and community\n\nAny contribution is very welcome, read our [contributing guide](CONTRIBUTING.md) to see how to locally setup the repository and see our development process.\n\nIf you have any question you can also join our Discord server: https://discord.gg/nYSyrWPPdu\n\n[![Discord](https://github.com/darkbasic/accounts/assets/1047358/683b86e4-4553-4d5b-a338-089be4936f2e)](https://discord.gg/nYSyrWPPdu)\n\n## Sponsors\n\n- Contribute via [Open Collective](https://opencollective.com/accounts-js)\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website.\n\n\u003ca href=\"https://github.com/accounts-js/accounts/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/accounts-js/sponsors.svg?width=890\" /\u003e\u003c/a\u003e\n\n### Backers\n\nThank you to all our backers! 🙏\n\n\u003ca href=\"https://opencollective.com/accounts-js#backers\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/accounts-js/backers.svg?width=890\" /\u003e\u003c/a\u003e\n\n### Contributors\n\nThis project exists thanks to all the amazing people who contribute.\n\n\u003ca href=\"https://github.com/accounts-js/accounts/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/accounts-js/contributors.svg?width=890\" /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccounts-js%2Faccounts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccounts-js%2Faccounts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccounts-js%2Faccounts/lists"}