This website requires JavaScript.
Explore
Help
Register
Sign in
yume
/
yumechi-no-kuni
Watch
1
Star
0
Fork
You've already forked yumechi-no-kuni
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
f44dc2dd05
yumechi-no-kuni
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
4 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
#497
2017-08-28 09:47:43 -05:00
import
rndstr
from
'rndstr'
;
update token generation
2019-04-08 06:29:52 -05:00
export
default
(
)
=
>
`
0
${
rndstr
(
'a-zA-Z0-9'
,
15
)
}
`
;
Reference in a new issue
Copy permalink