The “hasura” app is used as an audience in my front-end in the “auth0-spa-js” lib. The Hasura docs state:
In case you are using auth0-spa-js, you also need to create an API so that the access token issued by Auth0 is following the JWT standard. Read more about this here.
Based on this configuration, why are m2m tokens counted in the quota? (6 for April, as shown in the image above)
I am trying to understand whether I will keep using Auth0, because if these tokens do count in the quote, and my configuration is fine, then it will get very expensive for us if we have to get on the Developer Pro plan in case we go over the limit.
Should I be using the Client Id of the Management API app instead? And not the one from the EditUser app?
I am using Hasura in the backend and their docs state:
In case you are using auth0-spa-js, you also need to create an API so that the access token issued by Auth0 is following the JWT standard. Read more about this here.
Not sure if related, but in Auth0 I have a rule that adds custom claims in the access token that hasura uses in the backend for authorisation. Maybe thats why the audience is needed?