OfficeDev / office-js-helpers

[ARCHIVED] A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
MIT License
126 stars 56 forks source link

Issue with CDN hosted library #95

Closed kcthota closed 6 years ago

kcthota commented 6 years ago

The CDN hosted library at https://unpkg.com/@microsoft/office-js-helpers@1.0.0/dist/office.helpers.js has an issue in TokenStorage constructor that initializes the TokenStorage location to OAuth2Endpoints.

Refer the following screenshot. screen shot 2018-06-12 at 3 09 43 pm

This causes endpoint configuration to be returned instead of the token object from Storage.

WrathOfZombies commented 6 years ago

This has been resolved in the latest version https://unpkg.com/@microsoft/office-js-helpers@1.0.2/dist/office.helpers.js

kcthota commented 6 years ago

Hi Bhargav, Can you update the README.md with links to the newer version? I just used the CDN link from README and ran into this issue.