Commit Graph

3 Commits

Author SHA1 Message Date
60671d5865 Complete reset password flow 2023-10-13 14:07:38 +02:00
a72bfa15bd Use HX-Target, not HX-Boost for Layout render
HX-Boost is not always sent in all AJAX requests that htmx sends, only
those initiated by an element with hx-boost enabled. It was not showing
up on requests following an HX-Redirect response.

After reading the docs more, I realized HX-Target was what I wanted. If
I can see that the request is targeting `#main-content` then I know to
only return HTML inside that element. Simple.
2023-09-27 01:28:53 -04:00
306059c355 Add basic user auth 2023-09-25 01:38:18 -04:00