Skip to content

Commit

Permalink
update to the latest kibana and close #10 Google OAuth Offline access…
Browse files Browse the repository at this point in the history
… bugs
  • Loading branch information
Felix committed Mar 6, 2014
1 parent c5d0fc7 commit 8ae4b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kibana
2 changes: 1 addition & 1 deletion lib/google-oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ exports.configureOAuth = function(express, app, config) {

app.get('/auth/google', passport.authenticate(
'google',
{ scope: scope, 'approvalPrompt': 'force'/*, 'accessType': 'offline'*/ }),
{ scope: scope, }),
function(req, res) {
// The request will be redirected to Google for authentication, so
// this function will not be called.
Expand Down

0 comments on commit 8ae4b66

Please sign in to comment.