This website requires JavaScript.
Explore
Help
Register
Sign In
graphite
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced
2024-11-15 22:33:09 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0a882471f3
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 15:55:45 +03:00
import
{
secureRndstr
}
from
'@/misc/secure-rndstr'
;
#497
2017-08-28 17:47:43 +03:00
トークン系の乱数ソースではcryptoを使うように (#6200)
2020-03-29 17:16:36 +03:00
export
default
(
)
=
>
secureRndstr
(
16
,
true
)
;
Reference in a new issue
Copy permalink