SvelteKit Authentication using SvelteKitAuth and OAuth providers: A Comprehensive Guide
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...
blog.aakashgoplani.in18 min read
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).