A simple OAuth like Authentication provider server.
This project is released under a MIT licence, available in the LICENSE file.
This is part of a larger OAuth-like authentication project.
This repository holds the provider which handles login and registration requests and user details.
This project also encompasses:
- A consumer
- A library for the consumer
- A token service
To run this project, install nodemon and then use the command npm run nodemon
. A mongodb instance and a redis instance must also be running.
See Authentication.md for details on how this works.
SeeTo-do.md for the list of hopefully upcoming features.