Phanpy tries to access /api/v1/streaming without authentication
- Dominant language
- JavaScript
- Stars
- 1.5k
- Forks
- 186
- Avg merge
- 1d 36m
- Merged PRs (30d)
- 11
Description
### Site
phanpy.squirrel.rocks
### Version
2025.04.28.5849b4d
### Instance
boosts.squirrel.pictures
### Browser
Firefox 138.0.1
### Bug description
Phanpy tries to access the `/api/v1/streaming` endpoint without authorization (access token), which gets denied and leads to Errors in the Browsers' console.
Request to `/api/v1/streaming` missing authentication:

Request to different endpoint with authentication present:

### To reproduce
1. Open the Browser Developer Tools
2. Load Phanpy
3. Connection refused errors will show up
### Expected behavior
Phanpy sends an access token with its request to access `/api/v1/streaming`
### Other
This is very similar to #279 but with the addition of getting 401 Unauthorized.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.