[mirotalk] - #317 – Add configurable max login attempts and block time

This commit is contained in:
Miroslav Pejic
2025-11-23 12:36:10 +01:00
parent 86c0528603
commit f8385957f1
7 changed files with 54 additions and 11 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.6.42",
"version": "1.6.43",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -54,12 +54,13 @@
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-openid-connect": "^2.19.3",
"express-rate-limit": "^8.2.1",
"he": "^1.2.0",
"helmet": "^8.1.0",
"httpolyglot": "0.1.2",
"js-yaml": "^4.1.1",
"jsdom": "^27.2.0",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.1",
"nodemailer": "^7.0.10",
"openai": "^6.9.1",
"qs": "^6.14.0",