This website requires JavaScript.
Explore
Help
Sign In
mirror
/
hotomoe
Watch
1
Star
0
Fork
0
You've already forked hotomoe
mirror of
https://github.com/hotomoe/hotomoe
synced
2024-12-26 04:28:07 +09:00
Code
31e3aaeda0
hotomoe
/
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 17:43:07 +09:00
import
{
secureRndstr
}
from
'@/misc/secure-rndstr'
;
#497
2017-08-28 23:47:43 +09:00
トークン系の乱数ソースではcryptoを使うように (#6200)
2020-03-29 23:16:36 +09:00
export
default
(
)
=
>
secureRndstr
(
16
,
true
)
;
Copy Permalink