mausconi / ooth

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

Home Page:https://nmaro.github.io/ooth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OOTH - a user identity management system for node.js

Join the Slack Channel!

Sample app

Here is a live sample app built with next.js with username/password, facebook, google authentication, an accounts page.

Find the source code here.

Documentation

Check out the ultimate ooth documentation!

Development

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

See the project timeline.

About

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

https://nmaro.github.io/ooth/

License:MIT License


Languages

Language:TypeScript 100.0%