Rotate and delete API access, not just revoke
Rotating hands out a fresh token, voids the old one and lifts a revocation. Deleting removes the row for good, taking its idempotency keys with it. Both are admin only and land in the audit log.
This commit is contained in:
@@ -14,7 +14,7 @@ async function counts() {
|
||||
}
|
||||
}
|
||||
|
||||
describe('seed', () => {
|
||||
describe('seed', { timeout: 30_000 }, () => {
|
||||
it('legt Marken, Projekte und Beiträge an', async () => {
|
||||
await seed()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user