
12/14/2022
What this post added
This post announces the expansion of Auth.js to support SvelteKit, introducing SvelteKit Auth. It details the use of `@auth/core` and the `@auth/sveltekit` package, demonstrating how to configure OAuth providers (e.g., GitHub) using environment variables and implement user sign-in/sign-out functionality within SvelteKit applications. It also shows how to protect routes for authenticated users.