This website requires JavaScript.
Explore
Help
Register
Sign In
graphite
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced
2024-11-15 13:53:09 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
735687be21
Sharkey
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
4 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
#497
2017-08-28 17:47:43 +03:00
import
rndstr
from
'rndstr'
;
update token generation
2019-04-08 14:29:52 +03:00
export
default
(
)
=
>
`
0
${
rndstr
(
'a-zA-Z0-9'
,
15
)
}
`
;
Reference in a new issue
Copy permalink