iwatakeshi / oauth2-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAuth2 Server Example

This is a small example that uses node-oauth2-server and Mongoose.

Installation

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.

About

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