You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.
Thank you in advance for helping us to improve this library! Your attention to detail here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.
By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
I wrote a flow to create a user binding for a registered user in my application, it sends a http request to my API. I want to be able to test it locally, but right now it's impossible
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the ideal solution
A command to trigger some event to run the action locally, just like in (stripe-cli)[https://stripe.com/docs/cli]. That way I would be able to easily test my API.
A clear and concise description of what you want to happen.
Alternatives and current work-arounds
Write a test suite that would send a request to my API. It's not perfect but still it works.
A clear and concise description of any alternatives you've considered or any work-arounds that are currently in place.
Additional context
Add any other context or screenshots about the feature request here.
feature requestA feature has been asked for or suggested by the community
1 participant
Converted from issue
This discussion was converted from issue #451 on June 16, 2025 10:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.
Thank you in advance for helping us to improve this library! Your attention to detail here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.
By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
I wrote a flow to create a user binding for a registered user in my application, it sends a http request to my API. I want to be able to test it locally, but right now it's impossible
Describe the ideal solution
A command to trigger some event to run the action locally, just like in (stripe-cli)[https://stripe.com/docs/cli]. That way I would be able to easily test my API.
Alternatives and current work-arounds
Write a test suite that would send a request to my API. It's not perfect but still it works.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions