This website requires JavaScript.
Explore
Help
Sign In
mirror
/
iceshrimp
Watch
1
Star
0
Fork
0
You've already forked iceshrimp
mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced
2024-12-22 10:38:04 +09:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b22f9412fa
iceshrimp
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
4 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
#497
2017-08-28 23:47:43 +09:00
import
rndstr
from
'rndstr'
;
update token generation
2019-04-08 20:29:52 +09:00
export
default
(
)
=
>
`
0
${
rndstr
(
'a-zA-Z0-9'
,
15
)
}
`
;
Reference in New Issue
Copy Permalink