egil / Htmxor

Supercharges Blazor static server side rendering (SSR) by seamlessly integrating the Htmx.org frontend library.
MIT License
109 stars 12 forks source link

Antiforgery token integration #45

Closed egil closed 2 months ago

egil commented 2 months ago

For components with @attribute [RequireAntiforgeryToken(required: true)], do the following:

egil commented 2 months ago

It looks as if this would require searching through up the render tree during HTML writing, so the current solution is probably better for now.