feat: implement security enhancements for Jitsi integration, including JWT token generation and automatic blocking of detected attacks, improving system resilience and user authentication
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "@sgse-app/backend",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "convex dev",
|
||||
"dev": "CONVEX_DEV_TIMEOUT=60 convex dev",
|
||||
"dev:setup": "convex dev --configure --until-success",
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write ."
|
||||
|
||||
Reference in New Issue
Block a user