Setup application that provides Client ID & Secret to User

HI there,

I want to be able to produce some sort of login keys(kind of like the client and secret id) for my users on the web when they register in my application.
The idea is that they can then take these keys and use it for our CLI tool.

For now we’re created an app for our app and calling Auth0 API to create client id and secret for each user that registers. It creates a separate application for each user that we have.

My hunch is that this is not the proper usage of that flow. Is there any better way to do this?

Thanks!

1 Like

Hey there @inna !

In the context of Auth0 it does sound to me like you are going about this the right way. Please see:

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