Sharkey/src/server/api/common/generate-native-user-token.ts

4 lines
99 B
TypeScript
Raw Normal View History

2021-03-23 08:43:07 +00:00
import { secureRndstr } from '@/misc/secure-rndstr';
2017-08-28 14:47:43 +00:00
export default () => secureRndstr(16, true);