It is not caching of the token I’m concerned about but the management api calls that is bound to the the rate limit exception. If Auth0 is suggesting to call the management api in a post-login action, the rate limit can be easily reached if there are a lot of users logging in
I understand - can you confirm which plan we’re talking about? I see your account is associated with both Free and Enterprise plans. To better look into this, I need to know the appropriate rate limit configurations.
Thank you for confirming! The Enterprise plan has specific rate limits listed for certain organization endpoints: Enterprise
I understand the concern here. You can look into implementing exponential backoff or throttling requests (batch operations or delays between calls). Since you have an Enterprise plan, I would encourage you also to open a support ticket for more assistance on this.