generates secure API key within admin UI

This commit is contained in:
James
2020-06-15 19:09:48 -04:00
parent 045dc69bb7
commit 697acbe6ba
6 changed files with 111 additions and 10 deletions

View File

@@ -7,5 +7,7 @@ module.exports = [
{
name: 'apiKey',
type: 'text',
minLength: 24,
maxLength: 48,
},
];