Update index.ts

This commit is contained in:
sultanofdisco 2025-06-07 09:25:34 +09:00
commit 2e400517a8

View file

@ -16,7 +16,7 @@ const csrfCheck = new CsrfCheck();
const pkceCheckController = new PKCECheck();
const tokenCheck = new AccessTokenLeakController();
const ScopeDetectionController = new ScopeDetection();
const nonceCheckController = new NonceCheckController();
export function init(sdk: SDK<API>) {
sdk.events.onInterceptResponse(async (sdk, req: Request, res: Response) => {