everyauth icon indicating copy to clipboard operation
everyauth copied to clipboard

Cannot use sendResponse on everyModule

Open yyfrankyy opened this issue 12 years ago • 0 comments

I try to use sendResponse for redirect back after login success.

everyauth.everymodule.sendResponse(function(res, data) {
    res.redirect('back')
})

Object has no method 'sendResponse'

yyfrankyy avatar Sep 10 '12 10:09 yyfrankyy