Search posts, tags, users, and pages
Aakash Goplani
Frontend Dev. Mostly Angular and Svelte.
NOTE: The contents of this article are now outdated. Please refer the updated content here: Authentication in SvelteKit using SvelteKitAuth There are multiple ways in which we can authenticate a user over the web, few of them are: matching user cred...
Anton
Thanks for a very thorough guide! A follow-up question: once this all is set-up and working, how to run it in production mode? For some reason, once built is does not work (neither in vite preview, nor in node build/index.js).
vite preview
node build/index.js
James Woodley
signOut doesn't seem to clear any of the cookies. Otherwise this seems to be working great - any idea why sign out doesn't actually sign out?
Strange!! Works well for me though! Would it be possible for you to create a minimal reproducible example and share it with me?
Aakash Goplani I've dropped you a connection on LinkedIn, hopefully we can chat it through. Thanks!
Nathan
Great article thanks for sharing
Anton
Thanks for a very thorough guide! A follow-up question: once this all is set-up and working, how to run it in production mode? For some reason, once built is does not work (neither in
vite preview, nor innode build/index.js).