Skip to content

Instantly share code, notes, and snippets.

@fruchtose
Created November 22, 2012 23:21
Show Gist options
  • Save fruchtose/4133297 to your computer and use it in GitHub Desktop.
Save fruchtose/4133297 to your computer and use it in GitHub Desktop.
Everyauth OAuth 1.0a alternate step sequence configuration
.get('callbackPath',
'the callback path that the 3rd party OAuth provider redirects to after an OAuth authorization result - e.g., "/auth/twitter/callback"')
.step('extractTokenAndVerifier', {
description: 'extracts the request token and verifier from the url query',
// ...
})
.step('getSession', {
// ...
})
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment