SvelteKit + Google Login with AuthJs: The Easy Way (Part 1)

Learn how to quickly and easily add Google Authentication to your SvelteKit application using Auth.js! In Part 1 of this tutorial, I'll walk you through the entire process from setting up a new SvelteKit project with Tailwind CSS and DaisyUI to configuring your Google Developer Console and writing the server hooks. By the end of this video, you will have a fully functioning Google Sign-In and Sign-Out feature, and we will cover how to manage session data using SvelteKit stores. In the next part, we'll dive into protecting your private routes. ๐Ÿ”— Written Tutorial & Custom Script: For all the code snippets, terminal commands, and a detailed step-by-step written guide, check out the full article on my blog: https://www.sabbirz.com/blog/integrating-oauth-in-your-sveltekit-app-step-by-st

Software Used

svelteKit
authJs
google

Related Tutorials