Glossary coding Term Page
Route guard
a rule that blocks access to certain pages or layouts unless the user passes an auth check
Core Idea
Route guard is a rule that blocks access to certain pages or layouts unless the user passes an auth check. It usually makes the most sense alongside Session, Cookie, event.locals.
Why It Matters Here
Mathbong reuses this term across svelte posts as shared vocabulary.