This website requires JavaScript.
Explore
Help
Sign In
oscar-surf
/
misskey
Watch
0
Star
0
Fork
0
You've already forked misskey
Code
Issues
1
Pull Requests
Packages
Releases
2
Activity
b6790a4320
misskey
/
packages
/
backend
/
src
/
misc
/
generate-native-user-token.ts
4 lines
96 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: Use ESM (#8358) * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
2022-02-27 11:07:39 +09:00
import
{
secureRndstr
}
from
'@/misc/secure-rndstr.js'
;
#497
2017-08-28 23:47:43 +09:00
refactor(backend): replace rndstr with secureRndstr (#11044) * refactor(backend): replace rndstr with secureRndstr * Update pnpm-lock.yaml * .js
2023-06-25 11:04:33 +09:00
export
default
(
)
=
>
secureRndstr
(
16
)
;
Reference in New Issue
Copy Permalink