Fullstack authentication and accounts-management for GraphQL and REST
- Slack - accounts-js.slack.com
- Meeting notes
This package, along with the rest of the packages under the accounts-js
organization are under active development, expect changes on minor versions.
Install the core package.
npm i -S @accounts/server
Next install the package based on the the type of transport and the web framework you are using. We support GraphQL and REST for the transport and Express.
npm i -S @accounts/rest-express
Finally you'll need a data store adapter. We support the following data stores.
npm i -S @accounts/mongo
npm i -S @accounts/redis
npm i -S @accounts/sql
You can find a working examples here.
Contributors
78D4 div>This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]