Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save big-kahuna-burger/5d9833c4aed1d0318771f2925477abb8 to your computer and use it in GitHub Desktop.
Save big-kahuna-burger/5d9833c4aed1d0318771f2925477abb8 to your computer and use it in GitHub Desktop.
router.get('/:uid', service.getInteractionById)
router.get('/:uid/abort', service.authorizeDeclined)
router.post('/:uid/continue', urlencoded, service.continue)
router.post('/:uid/login', urlencoded, service.login)
router.post('/:uid/confirm', urlencoded, service.authorizeConfirmed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment