Created
November 22, 2012 23:21
-
-
Save fruchtose/4133297 to your computer and use it in GitHub Desktop.
Everyauth OAuth 1.0a alternate step sequence configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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