This website requires JavaScript.
Explore
Help
Register
Sign in
yume
/
paricafe
Watch
1
Star
0
Fork
You've already forked paricafe
0
mirror of
https://github.com/paricafe/misskey.git
synced
2024-12-04 09:16:43 -06:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b6790a4320
paricafe
/
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-26 20:07:39 -06:00
import
{
secureRndstr
}
from
'@/misc/secure-rndstr.js'
;
#497
2017-08-28 09:47:43 -05:00
refactor(backend): replace rndstr with secureRndstr (#11044) * refactor(backend): replace rndstr with secureRndstr * Update pnpm-lock.yaml * .js
2023-06-24 21:04:33 -05:00
export
default
(
)
=
>
secureRndstr
(
16
)
;
Reference in a new issue
Copy permalink