sveltekit-auth-example icon indicating copy to clipboard operation
sveltekit-auth-example copied to clipboard

Example showing how to use Auth.js with SvelteKit.

Results 4 sveltekit-auth-example issues
Sort by recently updated
recently updated
newest added

local sql db with schema for email auth, top 5 oauth with icons in demo.

Changing old syntax for svelte 5 syntax. Where instead use it's recommended to use children.

Changing import from "$app/store" to "$app/state". In svelte 5 do not needed to pass $.