Last active
August 9, 2016 13:08
-
-
Save csessig86/169034142b1d36a48d78d0684696e11a to your computer and use it in GitHub Desktop.
Boomtrain post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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