Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 938 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 938 Bytes

SvelteKit Authentication using SvelteKitAuth and OAuth providers: A Comprehensive Guide

There are multiple ways in which we can authenticate a user over the web, few of them are: matching user credentials in the database, delegating responsibility to an external OAuth provider etc. We can extend those similar concepts in SvelteKit too and implement authentication.

SvelteKit does not provide out-of-box authentication. We can extend the means that we discussed above and implement authentication in SvelteKit. This guide will focus on implementing authentication in SvelteKit using SvelteKitAuth and OAuth providers. After reading this guide, you'll have a decent understanding of implementing authentication mechanisms in SvelteKit.

Blog Post: https://blog.aakashgoplani.in/sveltekit-authentication-using-sveltekitauth-and-oauth-providers-a-comprehensive-guide

Live Demo: https://svelte-kit-auth0-next-auth.vercel.app/