Skip to content

Instantly share code, notes, and snippets.

@csessig86
Last active August 9, 2016 13:08
Show Gist options
  • Save csessig86/169034142b1d36a48d78d0684696e11a to your computer and use it in GitHub Desktop.
Save csessig86/169034142b1d36a48d78d0684696e11a to your computer and use it in GitHub Desktop.
Boomtrain post
$.ajax({
type: "POST",
url: 'https://boomtrain.auth0.com/oauth/ro',
data: {
"client_id": "FP3iP1blgJbdmmSRYS1I96byb1nXryTs",
"username": "[email protected]",
"password": "gazboom131",
"connection": "Username-Password-Authentication",
"scope": "openid app_metadata name email user_id",
"grant_type": "password"
},
success: function(data) {
console.log(data);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment