unpkg/server/actions/showAuth.js

6 lines
90 B
JavaScript

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