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
- Host: GitHub
- URL: https://github.com/femto-apps/web-authentication-provider
- Owner: femto-apps
- License: mit
- Created: 2019-03-03T22:14:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:51:33.000Z (over 3 years ago)
- Last Synced: 2025-07-05T01:42:04.858Z (12 months ago)
- Topics: authentication, node-js, nodejs
- Language: JavaScript
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.