This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Description
Maybe I am wrong, but I think there is a bug in the HttpStatisticsLogger class. In the Save function the value "key" is not passed to the post request, only secret is present.
This leads to an exception in BeyondCode\LaravelWebSockets\Statistics\Http\Middleware\Authorize where the value "key" must be passed since commit e0d8f6a.