Skip to content

Commit

Permalink
allow pre-auth without csrf
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Jan 17, 2024
1 parent f091c75 commit 3b2657b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Controller/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function __construct(

/**
* @NoAdminRequired
* @NoCSRFRequired
* @return DataDisplayResponse
*/
public function preAuth() {
Expand Down

0 comments on commit 3b2657b

Please sign in to comment.