JWT and JWE tokens

I thought I was! But I was not doing it correctly. I was doing this:

const token = await getAccessTokenSilently({
        audience: MyAudience'
      });

but I fixed it and now it’s working. Thank you!

1 Like