Beekeepy: Add session holder class and session token handling
All threads resolved!
All threads resolved!
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
22@@ -8,12 +8,14 @@ from aiohttp import web
@@ -36,13 +38,14 @@ class ServerSetupError(AsyncHttpServerError):
@@ -76,7 +79,8 @@ class AsyncHttpServer(ContextAsync[Self]): # type: ignore[misc]