You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home app - Support for not requiring login (#2883)
* prevent redirect to login if login not required
resolves#2881
* Refactors user ID handling in magic URLs
Ensures correct user identification when using magic URLs, especially in scenarios where the user is not explicitly logged in.
This change centralizes user ID retrieval using `DT_Magic_URL::get_current_user_id` to consistently determine the user based on the magic link's `post_id` and `post_type`. This prevents issues where the wrong user context was being applied, for example when generating the "Home" link or when determining which apps to display.
It also updates the launcher to pass the user ID to the magic URL generation functions, so that the correct home link is displayed for the user.
* fix claude comments
* remove call to undefined function
* modify cache-buster version for home-app.js
0 commit comments