librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.1k stars 206 forks source link

Auth Token Reverify - Wrap All API Calls in Rescue #3335

Closed mikeyoung85 closed 3 months ago

mikeyoung85 commented 3 months ago

I ran into issues where the initial call to the API seemed fine but the next call tripped the API error. This PR moves all the API calls into the rescue block.