Comment #⁨1⁩

Any update on this... i'm eager to implement onto a live site?

  1. Toby Toby Waterhole Founder May 30, 2025
    In reply to A alyn jones

    Hi @alyn jones,

    Thanks for your patience. I have just tried to reproduce this issue with a fresh Laravel 12 installation but I can't seem to. If you could provide a minimal repro, I'd be happy to have a look.

    If you're interested in digging more yourself, you can see Waterhole's middleware stack in src/Providers/RouteServiceProvider.php. The specific middleware that translates app auth into Waterhole auth is AuthenticateWaterhole, which comes after StartSession. Perhaps you could throw a few debug statements in here - find out the value of $originalUser etc.