Can you hook up a LiveView to a prerendered static page?

I think in the case of something that allows manipulation of anything sensitive it would require some kind of auth and then I don’t see any real problem establishing a session and CSRF-tokens and whatnot. I’d have to double-check some of the details since its all security-related and there’s a bunch of nuance to not get wrong if I want to do this. But I think LiveView could be very neat as both part of Progressive Enhancement and JAMStack-style interactivity.

1 Like