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

[BUG] Redirect Callback Doesn't Work

Dan6erbond opened this issue · comments

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.