[mirotalk] - allow rooms creation for auth user by OIDC

This commit is contained in:
Miroslav Pejic
2025-04-10 20:18:42 +02:00
parent b00c7279c8
commit f5d60b5fec
5 changed files with 14 additions and 7 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.5.00",
"version": "1.5.01",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -43,7 +43,7 @@
"dependencies": {
"@mattermost/client": "10.6.0",
"@ngrok/ngrok": "1.4.1",
"@sentry/node": "^9.11.0",
"@sentry/node": "^9.12.0",
"axios": "^1.8.4",
"chokidar": "^4.0.3",
"colors": "^1.4.0",
@@ -61,7 +61,7 @@
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"nodemailer": "^6.10.0",
"openai": "^4.92.1",
"openai": "^4.93.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",