This is a small example that uses node-oauth2-server and Mongoose.
You can run node seed.js
to create a user account.
Run npm start
, then go to http://localhost:3000/
and sign in with flowhub@example.com
, password: test
.
Example code for custom OAuth2 provider for Flowhub
JavaScript
This is a small example that uses node-oauth2-server and Mongoose.
You can run node seed.js
to create a user account.
Run npm start
, then go to http://localhost:3000/
and sign in with flowhub@example.com
, password: test
.