Implement a system for protected routes #11

Closed
opened 2024-12-18 13:22:01 -05:00 by BenjaminPalko · 2 comments
BenjaminPalko commented 2024-12-18 13:22:01 -05:00 (Migrated from github.com)

We can utilize sveltes lifecycle hooks to intercept routing
https://svelte.dev/docs/svelte/lifecycle-hooks

/app/* - Fully protected
/api/* - Optionally protected when NODE_ENV = 'production'

We can utilize sveltes lifecycle hooks to intercept routing https://svelte.dev/docs/svelte/lifecycle-hooks /app/* - Fully protected /api/* - Optionally protected when NODE_ENV = 'production'
piopi commented 2025-01-04 21:26:22 -05:00 (Migrated from github.com)

do the sequence thing

do the sequence thing
piopi commented 2025-01-04 21:27:02 -05:00 (Migrated from github.com)
https://svelte.dev/docs/kit/@sveltejs-kit-hooks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pantheon/hestia#11
No description provided.