Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickredmark/ooth
User identity/authentication/accounts management microservice for node.js
https://github.com/nickredmark/ooth
accounts authentication nodejs ooth ooth-client rest
Last synced: 3 months ago
JSON representation
User identity/authentication/accounts management microservice for node.js
- Host: GitHub
- URL: https://github.com/nickredmark/ooth
- Owner: nickredmark
- License: mit
- Archived: true
- Created: 2017-02-06T15:40:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T09:55:58.000Z (almost 6 years ago)
- Last Synced: 2024-05-22T02:22:17.725Z (9 months ago)
- Topics: accounts, authentication, nodejs, ooth, ooth-client, rest
- Language: TypeScript
- Homepage: https://nmaro.github.io/ooth/
- Size: 1.89 MB
- Stars: 607
- Watchers: 32
- Forks: 73
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OOTH - a user identity management system for node.js
Join the [Slack Channel](https://join.slack.com/t/ooth/shared_invite/enQtMjQ3MDE2ODA2NjE0LTE1NGNmN2YzZTdiMWNjODExZmNjYzg3ZGJjZmVmZmI2YjVhOWYzZDQ1NWI4Y2JiNzNlMmI2Y2U5ZWFhODIzMWQ)!
## Sample app
[Here](https://staart.nmr.io) is a live sample app built with next.js with username/password, facebook, google authentication, an accounts page.
Find the source code [here](https://github.com/nmaro/staart/tree/master/examples/staart).
## Documentation
Check out the ultimate [ooth documentation](https://nmaro.github.io/ooth/)!
## Development
```bash
# enter the top-level ooth directory
cd ooth# install build dependencies (lerna)
npm install# install dependencies for all packages
npm run bootstrap# build all packages
npm run build
```## Feature requests, Bugs, Contributions, Roadmap
Start an [issue](https://github.com/nmaro/ooth/issues).
See the [project timeline](https://github.com/nmaro/ooth/projects/2).