feat: Add support for multiple active keys at a time (#13754)
This commit is contained in:
@@ -18,6 +18,12 @@ const ApiKey = model
|
||||
on: ["token"],
|
||||
unique: true,
|
||||
},
|
||||
{
|
||||
on: ["revoked_at"],
|
||||
},
|
||||
{
|
||||
on: ["redacted"],
|
||||
},
|
||||
{
|
||||
on: ["type"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user