zooniverse / panoptes-javascript-client

A Javascript client for accessing the Panoptes API
https://zooniverse.github.io/panoptes-javascript-client
Apache License 2.0
6 stars 6 forks source link

Refactor auth with async/await #210

Closed eatyourgreens closed 1 year ago

eatyourgreens commented 1 year ago

Replace nested promises with async/await throughout the auth module. This breaks backwards compatibility with IE.