@@ -499,6 +499,7 @@ describe('isRedirectForFAPIInitiatedFlow(frontendAp: string, redirectUrl: string
499499 [ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/v1/verify' , true ] ,
500500 [ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/v1/tickets/accept' , true ] ,
501501 [ '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 ] ,
502503 [ 'clerk.foo.bar-53.lcl.dev' , 'https://google.com' , false ] ,
503504 [ 'clerk.foo.bar-53.lcl.dev' , 'https://google.com/v1/verify' , false ] ,
504505 ] ;
@@ -519,6 +520,7 @@ describe('requiresUserInput(redirectUrl: string)', () => {
519520 [ 'https://clerk.foo.bar-53.lcl.dev/v1/verify' , false ] ,
520521 [ 'https://clerk.foo.bar-53.lcl.dev/v1/tickets/accept' , false ] ,
521522 [ '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 ] ,
522524 [ 'https://google.com' , false ] ,
523525 [ 'https://google.com/v1/verify' , false ] ,
524526 ] ;
0 commit comments