-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example is app broken with current Svelte Kit #94
Comments
The latest sveltekit has even more changes. See design pre-1.0, removal of session and the migration guide. I'm more than happy to help but this isn't just a minor change anymore. |
I went down the path of trying to get this to work with sk 1.0.0-next.511, and as people have noted there are a lot of breaking changes. Thankfully, I stumbled across some work inside NextAuth, the inspiration for this project, to get NextAuth working directly with SvelteKit. The example app (https://github.com/nextauthjs/next-auth/tree/main/apps/playground-sveltekit) is currently on 1.0.0-next.443 but I just pushed a PR to update it to 1.0.0-next.511. The readme notes "Parts of this is expected to be abstracted away into a package like |
whoo I was just about to try it!!! |
Seems NextAuth is officially re-branding as Auth.js and supporting SvelteKit: https://authjs.dev/ |
PR to fix these issues #96
The text was updated successfully, but these errors were encountered: