An open API service indexing awesome lists of open source software.

https://github.com/femto-apps/web-authentication-provider

OAuth-like authenticaton provider
https://github.com/femto-apps/web-authentication-provider

authentication node-js nodejs

Last synced: about 1 month ago
JSON representation

OAuth-like authenticaton provider

Awesome Lists containing this project

README

          

# Authentication Provider
## Description
A simple OAuth like Authentication provider server.

## Licence
This project is released under a MIT licence, available in the [LICENSE](./LICENSE) file.

## Components
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

## Run
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](./Authentication.md) for details on how this works. \
See[To-do.md](./To-do.md) for the list of hopefully upcoming features.