Just fixed an Http Signature bug in Loops that affected outgoing activities, specifically a malformed/missing Digest header.
https://github.com/joinloops/loops-server/commit/2b2a2f2a8f1b1c0d664b79bc3f67520bbacb6b2c
Loops has also switched from Laravel Sanctum to Laravel Passport for oAuth, I updated the install guide, but if you're seeing 500 errors on API requests, you simply need to run
```
php artisan passport:keys
```
And re-deploy!
https://github.com/joinloops/loops-server/blob/main/INSTALLATION.md#4-generate-passport-keys