This website requires JavaScript.
Explore
Help
Sign In
usbharu
/
misskey
mirror of
https://github.com/misskey-dev/misskey.git
Watch
1
Star
0
Fork
You've already forked misskey
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
39ad3da62d
misskey
/
packages
/
backend
/
src
/
misc
/
generate-native-user-token.ts
4 lines
96 B
TypeScript
Raw
Blame
History
import
{
secureRndstr
}
from
'@/misc/secure-rndstr.js'
;
export
default
(
)
=
>
secureRndstr
(
16
)
;
Reference in New Issue
View Git Blame
Copy Permalink