feat: Implement token generation logic on api tokens

This commit is contained in:
Faruk AYDIN
2025-04-08 11:22:07 +02:00
parent add8a44f40
commit 59510dcb0a
5 changed files with 42 additions and 18 deletions

View File

@@ -12,9 +12,6 @@ exports[`ApiToken model > jsonSchema should have correct validations 1`] = `
"type": "string",
},
},
"required": [
"token",
],
"type": "object",
}
`;