Update index.ts
This commit is contained in:
parent
1736debae1
commit
2e400517a8
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ const csrfCheck = new CsrfCheck();
|
||||||
const pkceCheckController = new PKCECheck();
|
const pkceCheckController = new PKCECheck();
|
||||||
const tokenCheck = new AccessTokenLeakController();
|
const tokenCheck = new AccessTokenLeakController();
|
||||||
const ScopeDetectionController = new ScopeDetection();
|
const ScopeDetectionController = new ScopeDetection();
|
||||||
const nonceCheckController = new NonceCheckController();
|
|
||||||
|
|
||||||
export function init(sdk: SDK<API>) {
|
export function init(sdk: SDK<API>) {
|
||||||
sdk.events.onInterceptResponse(async (sdk, req: Request, res: Response) => {
|
sdk.events.onInterceptResponse(async (sdk, req: Request, res: Response) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue