This website requires JavaScript.
Explore
Help
Sign In
186526
/
unpkg
Watch
1
Star
0
Fork
You've already forked unpkg
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0f895bf04e
unpkg
/
server
/
actions
/
showAuth.js
6 lines
92 B
JavaScript
Raw
Blame
History
function
showAuth
(
req
,
res
)
{
res
.
send
(
{
auth
:
req
.
user
}
)
;
}
module
.
exports
=
showAuth
;
Reference in New Issue
View Git Blame
Copy Permalink