Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

chore: Update server deps & small auth changes #1333

Closed Kruptein closed 7 months ago

Kruptein commented 7 months ago

By upgrading the server dependencies some type issues became apparent with the way I use the various aiohttp_ auth libs.

This PR thus also changes the use of authorized_userid, which apparently should always return a string, to instead use a new get_authorized_user function that behaves similarly to what the former function used to do.

Also a small set of sio events that were not properly awaited has been fixed.