You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstneonAuthorizationHeaderSchema=basicAuthorizationHeaderSchema.test('is-authorization-header','Invalid client_id:client_secret values; did you use the correct values for the integration?',(value)=>{
880
880
if(!value)returntrue;
881
-
const[clientId,clientSecret]=decodeBasicAuthorizationHeader(value)??throwErr(`Authz header invalid? This should've been validated by basicAuthorizationHeaderSchema: ${value}`);
0 commit comments