bigbluebutton-Github/bigbluebutton-html5/imports/ui
Gustavo Trott 63bf4f35bc
fix (LAD/cluster): Enable LearningDashboard cookie support across different subdomains (#21518)
* Enable LearningDashboard cookie support across different subdomains.

After a meeting ends, the client sets a cookie `ld-${meetingId}` with a token used to retrieve meeting data in JSON format. The Learning Dashboard needs access to this cookie to obtain the token.

The issue occurs in a Cluster setup where the Dashboard is hosted on a different subdomain, preventing it from accessing the cookie.
To resolve this, the client will set the cookie using the root domain (excluding the subdomain). This allows the cookie to be accessible from any subdomain.

* lint fixes

* Update bigbluebutton-html5/imports/ui/components/meeting-ended/service.ts

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>

---------

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-10-24 21:17:05 -04:00
..
components fix (LAD/cluster): Enable LearningDashboard cookie support across different subdomains (#21518) 2024-10-24 21:17:05 -04:00
core Merge pull request #21480 from Arthurk12/bbb/30/21463 2024-10-22 17:32:13 -03:00
hooks fix: Adjust useSticyScroll hook dependency arrays 2024-10-21 15:15:01 -03:00
services fix(audio): clear input device IDs if getUserMedia fails 2024-10-21 19:22:54 +00:00
stylesheets/styled-components fix(chat): Move message highlight request listeners to page component, reducing the number of listeners 2024-10-18 14:37:28 -03:00
Types Merge pull request #21480 from Arthurk12/bbb/30/21463 2024-10-22 17:32:13 -03:00