mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-08 14:59:17 +00:00
feat: add option to renew API key (#1214)
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
{
|
||||
"provider": "sqlite",
|
||||
"version": 20251229173100,
|
||||
"version": 20260106140900,
|
||||
"tableOrder": ["users", "user_groups", "oidc_clients", "signup_tokens"],
|
||||
"tables": {
|
||||
"api_keys": [
|
||||
{
|
||||
"created_at": "2025-12-21T19:12:03Z",
|
||||
"description": null,
|
||||
"expiration_email_sent": false,
|
||||
"expires_at": "2025-12-25T12:00:00Z",
|
||||
"key": "141ff8ac9db640ba93630099de83d0ead8e7ac673e3a7d31b4fd7ff2252e6389",
|
||||
"id": "98900330-7a7b-48fe-881b-2cc6ad049976",
|
||||
"last_used_at": null,
|
||||
"name": "Expired API Key",
|
||||
"user_id": "f4b89dc2-62fb-46bf-9f5f-c34f4eafe93e"
|
||||
},
|
||||
{
|
||||
"created_at": "2025-11-25T12:39:02Z",
|
||||
"description": null,
|
||||
|
||||
Reference in New Issue
Block a user