8000 GitHub - agudl/accounts at 0.2/simplify-code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

agudl/accounts

 
 

Repository files navigation

accounts

Fullstack authentication and accounts-management for GraphQL and REST

Backers on Open Collective Sponsors on Open Collective npm CircleCI codecov MIT License

Community

Note

This package, along with the rest of the packages under the accounts-js organization are under active development, expect changes on minor versions.

Getting Started

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

Examples

You can find a working examples here.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

About

Fullstack authentication and accounts-management for Javascript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 3.0%
  • CSS 0.4%
0