Skip to content

Commit a7f1707

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

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
@@ -103,7 +103,6 @@ public function getJwks(): JSONResponse {
103103
}
104104

105105
#[NoCSRFRequired]
106-
#[PublicPage]
107106
public function debugJwk(): JSONResponse {
108107
try {
109108
return new JSONResponse($this->jwkService->debug());
@@ -113,7 +112,6 @@ public function debugJwk(): JSONResponse {
113112
}
114113

115114
#[NoCSRFRequired]
116-
#[PublicPage]
117115
public function debugJwe(): JSONResponse {
118116
try {
119117
return new JSONResponse($this->jweService->debug());

0 commit comments

Comments
 (0)