feat: add API key expiry options (#7064)
* feat: add API key expiry options * review
This commit is contained in:
@@ -7,5 +7,6 @@ export default function presentApiKey(key: ApiKey) {
|
||||
secret: key.secret,
|
||||
createdAt: key.createdAt,
|
||||
updatedAt: key.updatedAt,
|
||||
expiresAt: key.expiresAt,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user