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
c5ada301e1
unpkg
/
modules
/
actions
/
showAuth.js
4 lines
79 B
JavaScript
Raw
Blame
History
export
default
function
showAuth
(
req
,
res
)
{
res
.
send
(
{
auth
:
req
.
user
}
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink