mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
refactor(core): update app secret length to 21 (#1773)
This commit is contained in:
parent
65d579f50d
commit
166da40210
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ export const alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
|
|||
|
||||
export const buildIdGenerator = (size: number) => customAlphabet(alphabet, size);
|
||||
|
||||
export const buildApplicationSecret = buildIdGenerator(64);
|
||||
export const buildApplicationSecret = buildIdGenerator(21);
|
||||
|
|
Loading…
Add table
Reference in a new issue