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