You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/oauth2/index.coffee, under token() method, there is a hard-coded basic auth token (this won't work anywhere), we need to replace this with the code that can create Basic authorization for the client using its clientId, and clientSecret returned from postauthorize.
The text was updated successfully, but these errors were encountered:
{"status":"success","data":{"client_id":"{ client_id }","client_secret":"{
client_secret }","provider_id":"{ provider id provided by OAuth.io, which we store in config.js/config.local.js }","name":"Default app","user_id":"{ user_id (integer) }","app":"{ OAuth.io app id }", "id":"{ client_id }","redirect_uri":"https://oauth.io/auth"}}`
In src/oauth2/index.coffee, under token() method, there is a hard-coded basic auth token (this won't work anywhere), we need to replace this with the code that can create Basic authorization for the client using its clientId, and clientSecret returned from postauthorize.
The text was updated successfully, but these errors were encountered: