Daniel Dantas
Daniel Dantas
At the time I created this, AWS Amplify was doing a complete rewrite of the UI components. So I created this as a temporary, "good-enough" solution while that rewrite was...
I had a similar issue with the mock API: the mock API passes the id token but the real API passes the access token. I argued the opposite: both should...
@tfendt The multi-tenant solution in aws-amplify/amplify-cli#318 from @RossWilliams uses pre-token-generation lambda triggers to create the virtual/fake cognito groups. The "custom claims" in the documentation don't seem to be available in...
@RossWilliams In the pre-token-generation lambda, the "claimsToAddOrOverride" modifies only the ID token, but the "groupOverrideDetails" modifies both the ID and access tokens. When I use the Amplify GraphQL client, my...