dax-hurley

Results 5 comments of dax-hurley

Thank you for the code snippets! The application I am building is multi-tenanted with a 1 to 1 relationship between tenants and Cognito user pools (so each tenant has their...

The broader use case would be situations where you need to refer to values in the token for application logic before verification takes place, most commonly to decide _how_ the...

> Is it an option for you to create the JWT verifier with multiple user pools: https://github.com/awslabs/aws-jwt-verify#trusting-multiple-user-pools Would that solve your issue too? Unfortunately not as it would require knowing...

> I we support that (which by the way seems fair and will help many multi tenant cases) that would save you a bunch of custom code and you would...

I can confirm that I am also experiencing the same behavior. My client setup is very similar and looks very close to the readme: ```ts import { ApolloClient, InMemoryCache, ApolloLink,...