summaryrefslogtreecommitdiff
path: root/packages/backend/src/misc/generate-native-user-token.ts
blob: 094c6251207634cd018030b52011f623c2af35be (plain)
1
2
3
4
5
6
7
8
9
/*
 * SPDX-FileCopyrightText: syuilo and other misskey contributors
 * SPDX-License-Identifier: AGPL-3.0-only
 */

import { secureRndstr } from '@/misc/secure-rndstr.js';

// eslint-disable-next-line import/no-default-export
export default () => secureRndstr(16);