mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:37:31 +00:00
feat: add quotas (#4779)
adds possibilities to cap authenticated requests and execution seconds of actions on a defined intervall
This commit is contained in:
@@ -11,8 +11,11 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@types/pg": "^8.6.6",
|
||||
"cypress-wait-until": "^1.7.2",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"mochawesome": "^7.1.3",
|
||||
"pg": "^8.8.0",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.8.4",
|
||||
"uuid": "^9.0.0",
|
||||
@@ -20,6 +23,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.8.3",
|
||||
"cypress": "^10.9.0"
|
||||
"cypress": "^12.2.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user