Hasura JWKS: JWT w/ Multiple Auth0 tenants
TL;DR - By default, Hasura does not accept multiple JWKS URLs. Thus, write a lambda or a simple HTTP API to combine the JWKS keys of multiple tenants into a single JWKS endpoint. (Bonus: Buggy Auth0 fingerprint implementation)
Prelude
Before starting...
blog.adhikary.net3 min read