I would like to ask about a business use-case where user/client requests for a Machine-to-Machine access token through Actions. Client will request a m2m access token and an Action would decide if it will return either a cached token or a newly generated token. it would be something like this:
Client -> Token Requested -> Action (If available return cached token, else create a new token and return) -> Token Issued -> Client
Based on this use-case I have following questions:
Is this a supported scenario using Actions?
If it is not, is this feature already there in the roadmap?
Is there any recommendation to implement this outside of auth0?