Dan6erbond / sk-auth

Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
MIT License
578 stars 70 forks source link

Update Svelte-kit dependency to @next.259 #69

Closed landongn closed 2 years ago

landongn commented 2 years ago

This PR resolves a conflict in https://github.com/sveltejs/kit/pull/3384 that sk-auth was having problems with. Resolves all providers and endpoint configurations (as well as some cookie handling) to support the new signature. Tested with local apps and all seems well.

landongn commented 2 years ago

also added npm prepare which will allow you to install locally or through npm install github:[name]/[repo] for local testing, just in case others were flummoxed by why it didn't work when testing locally. 👍

mavdotjs commented 2 years ago

from now on i will be using your fork in my projects until this is merged

Dan6erbond commented 2 years ago

Oh wow. Looks like SvelteKit still has a lot of breaking changes, but thanks for the PR! I've gone ahead and done some style changes as well as removed the package-lock.json file and will be merging it in a moment.