Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

User identity/authentication/accounts management microservice for node.js

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).