Skip to content

Instantly share code, notes, and snippets.

@kbarber
Created October 5, 2012 23:48
Show Gist options
  • Select an option

  • Save kbarber/3843117 to your computer and use it in GitHub Desktop.

Select an option

Save kbarber/3843117 to your computer and use it in GitHub Desktop.
curl -X POST http://localhost:4567/oauth/token \
-vv \
-F "grant_type=password" \
-F "client_id=75f4a0ef55b738d20d5a2568b54e718fe23756a2ce9d754c6ded7df73c125edb" \
-F "client_secret=44dbef9f65811d3a63e5f72be8511aefe405af180cdde987a70fcd057c953525" \
-F "username=bob" \
-F "password=puppet123"
@kbarber

kbarber commented Oct 8, 2012

Copy link
Copy Markdown
Author

curl -X POST http://localhost:4567/oauth/token
-vv
-d "grant_type=password"
-d "client_id=5017fd0247c2c027c8000001"
-d "client_secret=4142f3b56ac369f974267be05bd9d1e90927e940b5cac2b3f431d8a4a2ffd2e7"
-d "username=bob"
-d "password=puppet123"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment