Provide CSPRNG to HTTP handlers

Author: dottedmagCreated Sep 12, 2026Updated Sep 12, 2026

HTTP handlers have side-effects, so they don't have replayability requirement of reducers.

It would be nice to have a CSPRNG available to HTTP handers, so they could e.g. mint JWT tokens for bridging from other authentication systems.

Source: clockworklabs/SpacetimeDB