unpkg/server/actions/showAuth.js
2017-11-11 12:18:13 -08:00

6 lines
90 B
JavaScript

function showAuth(req, res) {
res.send({ auth: req.user })
}
module.exports = showAuth