1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-24 19:48:17 +09:00
MisskeyIO/src/server/api/common/generate-native-user-token.ts

4 lines
106 B
TypeScript
Raw Normal View History

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