Skip to content

Commit

Permalink
Updated default authorization URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andreareginato committed Jan 23, 2013
1 parent 202b627 commit 72094d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/simple-oauth2.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
// * `client.secret` - Required registered Client secret.
// * `client.site` - Required registered Client site.
// * `authorizationPath` - Authorization path for the OAuth2 server.
// Simple Oauth2 uses `/oauth/authorization` as default
// Simple OAuth2 uses `/oauth/authorize` as default
// * `tokenPath` - Access token path for the OAuth2 server.
// Simple Oauth2 uses `/oauth/token` as default.
// Simple OAuth2 uses `/oauth/token` as default.
//
//
var appConfig = require('./config');
Expand Down

0 comments on commit 72094d3

Please sign in to comment.