This website requires JavaScript.
Explore
Help
Sign In
natty
/
calckey
Watch
1
Star
0
Fork
You've already forked calckey
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f44dc2dd05
calckey
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
4 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
#497
2017-08-28 14:47:43 +00:00
import
rndstr
from
'rndstr'
;
update token generation
2019-04-08 11:29:52 +00:00
export
default
(
)
=
>
`
0
${
rndstr
(
'a-zA-Z0-9'
,
15
)
}
`
;