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

Fixed the storage container name for the TokenStorage #68

Closed aides closed 6 years ago

aides commented 6 years ago

Hello!

Looks like after some recent changes the container name for TokenStorage class has been changed to OAuth2Endpoints which is the same as for EndpointsStorage. This results in a very strange behavior of the library. Looking at the previous code I guess the correct name for the container for TokenStorage is OAuth2Tokens.

So I've updated it.

Thanks!

WrathOfZombies commented 6 years ago

Thanks.. Still writing tests for these so missed it 👍 💯