Allowing users to create api keys

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)

Hey there @truescope !

Apologize for the delayed response here, but wanted to get back to you on this one.

This is exactly the recommended approach:

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