This website requires JavaScript.
Explore
Help
Register
Sign in
tgpholly
/
Binato
Watch
1
Star
0
Fork
You've already forked Binato
0
Code
Issues
4
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a58965cb6d
Binato
/
server
/
util
/
getUserByToken.js
3 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Remove userManager and all usages of it
2020-09-07 17:35:37 +01:00
module
.
exports
=
function
(
token
)
{
use funkyArray for user session storage
2022-02-23 05:35:10 +00:00
return
global
.
users
.
getByKey
(
token
)
;
Remove userManager and all usages of it
2020-09-07 17:35:37 +01:00
}
Reference in a new issue
Copy permalink