8000 GitHub - davidyaha/accounts: Fullstack authentication and accounts-management for GraphQL and REST.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

davidyaha/accounts

 
 

Repository files navigation

accounts

Fullstack authentication and accounts-management for GraphQL and REST

npm Circle CI Coverage Status MIT License

Copyright (c) 2016 by Gadi Cohen & Tim Mikeladze. Released under the MIT license.

Getting Started

Install the core package.

npm i -S @accounts/accounts

Next install the package based on the the type of transport you are using. We support GraphQL and REST.

npm i -S @accounts/graphql
npm i -S @accounts/rest

Finally you'll need a data store adapter. We support the following data stores.

  • Mongo
  • MySQL
npm i -S @accounts/mongo
npm i -S @accounts/sql

About

Fullstack authentication and accounts-management for GraphQL and REST.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0