Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(auth): allow access to dynamic js files during 2FA
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst authored and AndyScherzinger committed Sep 10, 2025
commit 90d2f6f65909893575429cac6362887ac92f2ade
3 changes: 3 additions & 0 deletions core/Controller/JsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function __construct(

/**
* @NoSameSiteCookieRequired
* @NoTwoFactorRequired
*
* @param string $fileName js filename with extension
* @param string $appName js folder name
Expand Down Expand Up @@ -75,6 +76,8 @@ public function getJs(string $fileName, string $appName): Response {
}

/**
* @NoTwoFactorRequired
*
* @param ISimpleFolder $folder
* @param string $fileName
* @param bool $gzip is set to true if we use the gzip file
Expand Down
Loading