when creating room no auth prompt
-
@mdc773 said in when creating room no auth prompt:
see attached video https://imgur.com/a/XllS0D1
this is a problem because we do not want anyone creating this room without cloudron permission
I see what you mean!
If I just go to https://mirotalk.ud.coop/ in a private browser window I get prompted to login, but if I go to https://mirotalk.ud.coop/wherever I don't
Why is that @MiroTalk ?
-
@jdaviescoates
yes my friend this is a problem can you agreeall URLs should be protected not just the main root
-
@mdc773 said in when creating room no auth prompt:
sfu license
? I have no idea what you are referring to?
-
@mdc773 said in when creating room no auth prompt:
this is a problem can you agree
It's not a problem I am currently concerned about, but I agree it'd be better if it could be locked down properly
-
Clouron is packaging the free version of miroTalk the paid version has more features ideally way better for my use case and my community
-
@mdc773 said in when creating room no auth prompt:
the paid version has more features
I don't see anything about additional features there.
AFAIK we've got the full SFU Package on Cloudron.
I'm not certain, but I think that license is probably mostly about the support you get from @MiroTalk
-
@jdaviescoates good to know.. I'll check that out
-
@jdaviescoates said in when creating room no auth prompt:
If I just go to https://mirotalk.ud.coop/ in a private browser window I get prompted to login, but if I go to https://mirotalk.ud.coop/wherever I don't
Should be
fixed
in the latest MiroTalk SFU release (v1.6.69). -
@jdaviescoates said in when creating room no auth prompt:
I'm not certain, but I think that license is probably mostly about the support you get from @MiroTalk
With the purchase of a license or for those who support the project in some way, my Direct support is included for any questions or concerns regarding MiroTalk. However, if your intention is to
rebrand
it by changing the logo, name, description, etc., a Regular License is required for personal, non-commercial projects. For commercial purposes or if you intend to charge end users, the Extended License is necessary.Note: No monthly subscriptions are required; it's a
one-time fee
.For more details about MiroTalk's licensing options, please visit: https://docs.mirotalk.com/license/licensing-options/
Thank you, and I take this opportunity to wish everyone a Happy 2025!
-
@mdc773 said in when creating room no auth prompt:
all URLs should be protected not just the main root
In the OIDC settings, there is a parameter to make it possible
oidc: { config: { authRequired: true, // Set to true if authentication is required for all routes } }
-
@MiroTalk said in when creating room no auth prompt:
@mdc773 said in when creating room no auth prompt:
all URLs should be protected not just the main root
In the OIDC settings, there is a parameter to make it possible
oidc: { config: { authRequired: true, // Set to true if authentication is required for all routes } }
is there a certain place to add this parameter?
-
@mdc773 said in when creating room no auth prompt:
is there a certain place to add this parameter?
In the config.js file in your app files