Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Support for non-secure contexts

Latest

Choose a tag to compare

@tmcw tmcw released this 03 Jul 16:07
· 5 commits to main since this release
450fb92

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!