mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-23 06:23:27 +00:00
AI share page assets are loaded via the app CDN, which means the requests have no authentication and will never appear to the app as "logged in". Therefore we should skip the `redirect_to_login_if_required` before_action.