Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 445 Bytes

OAuth2 Server Example

This is a fork of oauth2-example which adds two legged auth example.

Installation

Run npm install to install required packages.

You can run node seed.js to create a user account. Run npm start, then go to http://localhost:3000/ and sign in with alex@example.com, password: test.

Test

Make sure MongoDB is up and running then run test by

npm test