Are there any token validation methods other than the /userinfo endpoint?

I am using the /userinfo endpoint to check if the user is authenticated correctly.
but, /userinfo endpoint has a limit of 5 requests per minute.
Is there a way to check if the user’s token is correct using an endpoint other than the /userinfo endpoint?

Hey there @k_saito welcome to the community!

Typically, in an Auth0 context, this is done through token validation and there unfortunately is not another endpoint that supports introspection or the like. There is however an existing feedback request for this functionality if you’d like to upvote:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.