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
Now token can only be set from the session storage or from the fragment URI. We make an ajax call to OAuth back-end that returns json and we don't want to convert it back and forth to hash string. So we need to set it directly from an object like private setToken function does.
I can submit a PR if this change will be accepted.
The text was updated successfully, but these errors were encountered:
pavradev
changed the title
Add possibility to set token directly from a map of properties
Add possibility to set token directly from an object
Aug 27, 2015
Now token can only be set from the session storage or from the fragment URI. We make an ajax call to OAuth back-end that returns json and we don't want to convert it back and forth to hash string. So we need to set it directly from an object like private
setToken
function does.I can submit a PR if this change will be accepted.
The text was updated successfully, but these errors were encountered: