Right now we have an application and api configured in auth0. We’d like to offer users the ability to create their own access_token and access our api’s directly.
Should i use the management api to create a new M2M application for each user that wants to use an api key? (effectively giving each user their own public/private keys to request tokens as they need to)