@@ -499,6 +499,7 @@ describe('isRedirectForFAPIInitiatedFlow(frontendAp: string, redirectUrl: string
499
499
[ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/v1/verify' , true ] ,
500
500
[ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/v1/tickets/accept' , true ] ,
501
501
[ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/oauth/authorize-with-immediate-redirect' , true ] ,
502
+ [ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/oauth/end_session' , true ] ,
502
503
[ 'clerk.foo.bar-53.lcl.dev' , 'https://google.com' , false ] ,
503
504
[ 'clerk.foo.bar-53.lcl.dev' , 'https://google.com/v1/verify' , false ] ,
504
505
] ;
@@ -519,6 +520,7 @@ describe('requiresUserInput(redirectUrl: string)', () => {
519
520
[ 'https://clerk.foo.bar-53.lcl.dev/v1/verify' , false ] ,
520
521
[ 'https://clerk.foo.bar-53.lcl.dev/v1/tickets/accept' , false ] ,
521
522
[ 'https://clerk.foo.bar-53.lcl.dev/oauth/authorize-with-immediate-redirect' , false ] ,
523
+ [ 'https://clerk.foo.bar-53.lcl.dev/oauth/end_session' , false ] ,
522
524
[ 'https://google.com' , false ] ,
523
525
[ 'https://google.com/v1/verify' , false ] ,
524
526
] ;
0 commit comments