This repository was archived by the owner on Sep 19, 2025. It is now read-only.
Previously, this module used crypto.randomUUID() to generate a session ID. That API is only available in secure contexts (HTTPS). This release adds a fallback so that the module works in non-secure contexts (http) too. Thanks @mscolnick for this fix!