Dan6erbond / sk-auth

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

[BUG] Redirect Callback Doesn't Work #39

Open Dan6erbond opened 3 years ago

Dan6erbond commented 3 years ago

Overview

As per discussion #35 the redirect() callback isn't called when a redirect URL is returned from Provider.callback(). Requires further investigation in the auth flow.