https://github.com/femto-apps/web-authentication-consumer
Authentication consumer for OAuth-like apps
https://github.com/femto-apps/web-authentication-consumer
authentication node-js nodejs
Last synced: about 2 months ago
JSON representation
Authentication consumer for OAuth-like apps
- Host: GitHub
- URL: https://github.com/femto-apps/web-authentication-consumer
- Owner: femto-apps
- License: mit
- Created: 2019-03-27T15:02:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:24:31.000Z (over 3 years ago)
- Last Synced: 2025-05-30T11:35:53.528Z (about 1 year ago)
- Topics: authentication, node-js, nodejs
- Language: JavaScript
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authentication Consumer
An authentication consumer for OAuth-like applications.
# Run
To run this project, install nodemon and then use the command `npm run nodemon`. A mongodb instance must also be running. This project gains most of its functionality from the `lib-authentication-consumer` project.