Skip to content

Basic Authentication implementation using Apollo Server with backend as MongoDB

License

Notifications You must be signed in to change notification settings

mdjsn/apollo-mongo-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Mongo Auth

Repo to handle the GraphQL with Mongo database talks by MDJSN

About

This is a dummy boilerplate to be used by the team which includes the basic authentication system over schema based query and mutation over the apollo server, with JWT Token response sent back to client after verification along with MongoDB to store the data

Installation

Clone the source locally:

$ git clone https://github.com/mdjsn/apollo-mongo-auth
$ cd apollo-mongo-auth

Install required node dependencies

$ yarn

Open in development mode:

$ yarn start

Contributing

  1. Fork it (https://github.com/mdjsn/apollo-mongo-auth/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

References

Licensing

The code in this project is licensed under GNU GPLv3 license.

Releases

No releases published

Packages

No packages published