Skip to content

Instantly share code, notes, and snippets.

@jmimi
Created January 17, 2015 22:08
Show Gist options
  • Save jmimi/efc3f2b1ca06cff8ba56 to your computer and use it in GitHub Desktop.
Save jmimi/efc3f2b1ca06cff8ba56 to your computer and use it in GitHub Desktop.
simple-auth-torii data from third-party
this.get('session').authenticate('simple-auth-authenticator:torii', 'google-oauth2').then(function(authorization) {
console.log('google) auth => ' + authorization); // undefiend
}, function() {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment