Add support for oauth client secret when calling the token URL. Fixes #1384. Fixes #1324.

This commit is contained in:
Lucian Hontau
2015-06-25 17:50:26 -04:00
parent 59459a6086
commit 1fd15c6b34
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
if(typeof initOAuth == "function") {
initOAuth({
clientId: "your-client-id",
clientSecret: "your-client-secret",
realm: "your-realms",
appName: "your-app-name"
});