Skip to content

Fullstack authentication and accounts-management for GraphQL and REST.

License

Notifications You must be signed in to change notification settings

dotansimha/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.

Note

This package, along with the rest of the packages under the js-accounts organization are under active development and are not ready for consumption.

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

Packages

No packages published

Languages

  • JavaScript 100.0%