Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "--url" option does not exist. #27

Open
oleg-tondone opened this issue Nov 7, 2022 · 1 comment
Open

The "--url" option does not exist. #27

oleg-tondone opened this issue Nov 7, 2022 · 1 comment

Comments

@oleg-tondone
Copy link

Following CURL request from Auth0 examples is not working:

curl --request POST --url https://signalcortex.us.auth0.com/oauth/token --header 'content-type: application/json' --data '{"client_id":"qwertyuiopasdfghqwertyuiopasdfgh","client_secret":"qwertyuiopasdfghqwertyuiopasdfghqwertyuiopasdfghqwertyuiopasdfgh","audience":"https://signalcortex.us.auth0.com/api/v2/","grant_type":"client_credentials"}'
@jasonmccreary
Copy link
Collaborator

This packages uses the argument instead of the option. I'll look into supporting this option in the future. In the meantime, you may drop the --url portion and everything should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants