Skip to content

Commit 2a7590c

Browse files
committed
make debug endpoints private
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent b498701 commit 2a7590c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/Controller/ApiController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public function getJwks(): JSONResponse {
9999
}
100100

101101
#[NoCSRFRequired]
102-
#[PublicPage]
103102
public function debugJwk(): JSONResponse {
104103
try {
105104
return new JSONResponse($this->jwkService->debug());
@@ -109,7 +108,6 @@ public function debugJwk(): JSONResponse {
109108
}
110109

111110
#[NoCSRFRequired]
112-
#[PublicPage]
113111
public function debugJwe(): JSONResponse {
114112
try {
115113
return new JSONResponse($this->jweService->debug());

0 commit comments

Comments
 (0)