This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced
2024-12-16 22:39:00 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0e4a111f81
Sharkey
/
packages
/
backend
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
4 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix: mochaが動かないため拡張子なしに戻した
2021-08-19 14:55:45 +02: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