Updated today at 08:58
Commit: e291498 Show on GitHub
- Author: Alex
- Date: 4/1/2026, 12:53:06 PM
- Message: fix: applies feedback from code review. The logout method now removes the user from the serverside cache. Now makes the secure attribute for the cookies universal: secure: process.env.NODE_ENV === 'production' issue #373
- Stats: 12 total changes (+7 / -5)
Changed Files
src/lib/server/authService.js— +6 / -4 (10 changes)src/routes/admin/logout/+page.server.js— +1 / -1 (2 changes)