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
:client_id and :access_token URL parameters are no longer set by default
client_id and client_secret are now passed as basic authentication for any URL
The url option has been removed for auth({ type: "app" })
auth({ type: "app" }) no longer returns a .query key
auth(options) now only accepts options.type and options.url. options.{code,redirectUrl,state} must now be passed to # auth-oauth-app.js(options) instead