codetheweb / MMM-AnyList

Magic Mirror module to display AnyList data
11 stars 5 forks source link

Updated the `anylist` npm package to v0.5.2 to resolve the recent authentication change issue with the AnyList API #37

Closed evanhsu closed 1 year ago

evanhsu commented 1 year ago

What

Updated the anylist npm package to v0.5.2 to resolve the recent authentication change issue with the AnyList API.

Why

The AnyList API recently changed the way that it handles authentication on inbound API requests. This MMM-AnyList module can no longer successfully authenticate with the remote API as a result.

The anylist npm package (that this MMM module uses under the hood) was updated to work with the new auth scheme: https://github.com/codetheweb/anylist/pull/35