Dan6erbond / sk-auth

Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Session has been removed

AaronMurrell opened this issue · comments

Never-mind below. I see now that the usage of Session isn't baked in, just in the guidance. Not an issue.


I'm trying to use sk-auth in SvelteKit 1.0.0 and noticed that the session store, getSession and event.session from load have all been removed from SvelteKit as of Aug. See the following release notes:

sveltejs/kit#5883

This framework seems to rely heavily on the session store. What will need to be changed or how do I alter my usage of sk-auth to keep using it in SvelteKit versions past the update referenced above?