feat: add API key expiry options (#7064)
* feat: add API key expiry options * review
This commit is contained in:
@@ -13,6 +13,10 @@ class ApiKey extends Model {
|
||||
@observable
|
||||
name: string;
|
||||
|
||||
@Field
|
||||
@observable
|
||||
expiresAt?: string;
|
||||
|
||||
secret: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user