Azure / ms-rest-nodeauth

node.js based authentication library for Azure with type definitions
MIT License
33 stars 33 forks source link

Update readme for steps to create a credential if one already has a token #103

Closed ramya-rao-a closed 4 years ago

ramya-rao-a commented 4 years ago

As seen in https://github.com/Azure/azure-sdk-for-js/issues/11243, when one already has an access token, there are no credential class in this package that one can use. This issue is to update the readme to include the workaround listed in the linked issue

daviwil commented 4 years ago

Fixed in #104 and #105.