dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

AJAX requests to authenticated resources now use Bearer Token #29

Closed ahus1 closed 8 years ago

ahus1 commented 8 years ago

They also update the bearer token as necessary.

TODO: dukecloak.js:33 needs to be enhanced to publish the loaded favourites to the view model directly instead of a window reload (would otherwise lead to a infinite loop)

annam002 commented 8 years ago

I changed dukecloak.js as indicated. Works fine in Chrome and Firefox, but in IE 11 I get an error message "Unable to update token" and the synchronization does not work. Please have a look.