question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mod_reservations - no api calls for remembered authentication

See original GitHub issue

Description:

I have noticed that with a lua authentication in place, as long as the authentication is needed, the api calls to /conference take place. If my authentication was remembered and I start a completely new conference (with a different name) no further api calls to /conference take place, in fact there are no further log entries from mod_reservations to be found.

I even increased the logging in module:hook("pre-iq/host", function(event) but it seems this section is not triggered again with a remebered, authenticated session.

Expected behavior:

The API should always be triggerd on new conference rooms

Actual behavior:

The API is only triggered after authentication - if the session is rememberd (and thus the user still authenticated) the API is not triggered again.

Server information:

  • Jitsi Meet version: 2.0.6865-2
  • Operating System: Ubuntu 20.04 LTS

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:26 (24 by maintainers)

github_iconTop GitHub Comments

1reaction
qwertikocommented, Feb 3, 2022

Yes, I do that with jicofo, too. I keep track of running sessions started with a username and will deny opening another room through the reservation system (and of course return a useful error message).

1reaction
damenchocommented, Feb 1, 2022

You can disable it in jicofo.conf with enable-auto-login = false, like this: https://github.com/jitsi/jicofo/blob/b88c3148701da4a6f8ce2f1a25cf93b4973dbb60/src/main/resources/reference.conf#L14

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resolve API Gateway REST API 403 “Missing Authentication ...
API Gateway REST API endpoints return Missing Authentication Token errors for the following reasons: The API request is made to a method or ......
Read more >
API Keys: API Authentication Methods & Examples
Let's learn when and where to use API Keys and look at some authentication methods and API authentication best practices.
Read more >
Authentication API reference - Stytch
Explore the details of our authentication API and start building your login page with flexible magic link, password, and one-time passcode authentication ......
Read more >
Web Authentication API - MDN Web Docs - Mozilla
The Web Authentication API is an extension of the Credential Management ... will be passed to the create() call, typically with little or...
Read more >
Duo Admin API
The Duo Admin API provides programmatic access to administrative ... If the request returns no paging metadata, then either the endpoint ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found