oauthjs / node-oauth2-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
https://npmjs.org/package/oauth2-server
MIT License
4.02k stars 932 forks source link

Example Links Return 404 #275

Open csandy opened 8 years ago

csandy commented 8 years ago

In the readme under the Examples section, all three links are returning a 404.

A simple password grant authorization example. https://github.com/oauthjs/node-oauth2-server/blob/master/examples/password

A more complex password and refresh_token example. https://github.com/oauthjs/node-oauth2-server/blob/master/examples/refresh-token

An advanced password, refresh_token and authorization_code (with scopes) example. https://github.com/oauthjs/node-oauth2-server/blob/master/examples/authorization-code

gocoffeecup commented 8 years ago

261