We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8908a81 commit a7f1707Copy full SHA for a7f1707
1 file changed
lib/Controller/ApiController.php
@@ -103,7 +103,6 @@ public function getJwks(): JSONResponse {
103
}
104
105
#[NoCSRFRequired]
106
- #[PublicPage]
107
public function debugJwk(): JSONResponse {
108
try {
109
return new JSONResponse($this->jwkService->debug());
@@ -113,7 +112,6 @@ public function debugJwk(): JSONResponse {
113
112
114
115
116
117
public function debugJwe(): JSONResponse {
118
119
return new JSONResponse($this->jweService->debug());
0 commit comments