CI / changes (push) Successful in 7s
CI / commitlint (push) Has been skipped
CI / openapi (push) Successful in 25s
CI / web (push) Successful in 28s
CI / go (push) Failing after 24s
CI / bird2 (push) Has been skipped
CI / release (push) Has been skipped
- Added endpoints for managing API keys, including creation, retrieval, updating, and revocation. - Introduced a new Auth session endpoint to retrieve current tenant and role information. - Updated the authentication middleware to support API key-based authentication and track last used timestamps. - Enhanced documentation to reflect new API key functionalities and usage guidelines. - Improved logging for demo authentication scenarios.
4 lines
123 B
SQL
4 lines
123 B
SQL
DROP INDEX IF EXISTS idx_api_key_tenant_active;
|
|
DROP INDEX IF EXISTS idx_api_key_token_hash;
|
|
DROP TABLE IF EXISTS api_key;
|