Skip to content

A small example of a Node OAuth2 server made with Mongoose and Express

Notifications You must be signed in to change notification settings

impxia/oauth2-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small example of a Node OAuth2 server made with Mongoose and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%