We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b498701 commit 2a7590cCopy full SHA for 2a7590c
1 file changed
lib/Controller/ApiController.php
@@ -99,7 +99,6 @@ public function getJwks(): JSONResponse {
99
}
100
101
#[NoCSRFRequired]
102
- #[PublicPage]
103
public function debugJwk(): JSONResponse {
104
try {
105
return new JSONResponse($this->jwkService->debug());
@@ -109,7 +108,6 @@ public function debugJwk(): JSONResponse {
109
108
110
111
112
113
public function debugJwe(): JSONResponse {
114
115
return new JSONResponse($this->jweService->debug());
0 commit comments