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.
The text was updated successfully, but these errors were encountered:
sergiught
added
the
enhancement
An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
label
Aug 1, 2022
sergiught
added
feature request
A feature has been asked for or suggested by the community
and removed
enhancement
An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
labels
Oct 10, 2022
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
The text was updated successfully, but these errors were encountered: