This website requires JavaScript.
Explore
Help
Register
Sign In
HoovesSocial
/
hippofish
Watch
2
Star
0
Fork
You've already forked hippofish
0
Code
Issues
3
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
8c77153c04
hippofish
/
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 03:07:39 +01:00
import
{
secureRndstr
}
from
'@/misc/secure-rndstr.js'
;
#497
2017-08-28 16:47:43 +02:00
refactor(backend): replace rndstr with secureRndstr (#11044) * refactor(backend): replace rndstr with secureRndstr * Update pnpm-lock.yaml * .js
2023-06-25 04:04:33 +02:00
export
default
(
)
=
>
secureRndstr
(
16
)
;
Reference in a new issue
Copy permalink