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
31e3aaeda0
hippofish
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
4 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: Use path alias
2021-03-23 09:43:07 +01:00
import
{
secureRndstr
}
from
'@/misc/secure-rndstr'
;
#497
2017-08-28 16:47:43 +02:00
トークン系の乱数ソースではcryptoを使うように (#6200)
2020-03-29 16:16:36 +02:00
export
default
(
)
=
>
secureRndstr
(
16
,
true
)
;
Reference in a new issue
Copy permalink