-
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
Should this package be deprecated? #112
Comments
@nofurtherinformation thanks for mentioning Auth.js Back when sveltekit was still in beta (2 years ago) I had to write my own library to interface with cognito and make everything work properly. I'll be transitioning my app to use Auth.js soon. |
I have been struggling to get @auth/sveltekit and @auth/core to work for over a week now. The documentation is nearly non-existent. Not sure if that package is a good alternative either. |
@manuganji Once I worked around a few bugs I found I got it to work quite well. The |
@Dan6erbond, what is the current status of the project? |
Hey everyone, with the latest stable release of SvelteKit and Auth.js adding support for SvelteKit, I believe that the current version of SK-Auth should be deprecated. It was built while SvelteKit was still in alpha and had many breaking changes in the API since then. I do however think, that there's potential for a rewrite of SK-Auth now, using a more modular architecture. I personally have never been a huge fan of Auth.js since it's quite limited beyond OIDC and username/password auth. If I get around to it, the v2 of SK-Auth will be a library that follows similar principles of v1, but an even heavier focus on writing your own auth logic to handle more complex scenarios, such as integrating with your own backend and writing your own flows. I appreciate all the help I got from the community to build this library, and the chance it gave me to work with SvelteKit in its earlier stages, and I'm looking forward to the next major version! |
With the release of SvelteKit 1.0 and the revamp of NextAuth as Auth.js, should this package be deprecated in favor of @auth/sveltekit and @auth/core?
When I recently tried this library, it didn't seem to work with the recent breaking changes of SvelteKit, and while Auth.js is still experimental and unstable, it does work.
I'm mostly wondering for newcomers to SvelteKit if keeping this project active would cause more confusion and issues than directing folks elsewhere.
My thanks and huge kudos to all the contributors on this repo!
The text was updated successfully, but these errors were encountered: