some-leather-77622
05/31/2022, 1:58 AMmysterious-rose-44236
06/03/2022, 7:26 AMjwt
authenticator and a jwk url on your service; then, after that you could have a simple router/proxy service which extracts the correct backend from the jwt and routes it to the correct backend.mysterious-rose-44236
06/03/2022, 7:31 AMexp
claim instead and only issue short lived tokens (like you already do). If you really really need to revoke tokens, you can rotate the JWK or use some kind of session storage.