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

`client/signin()`returns path to `/api/auth/login/<provider>` but...

saneef opened this issue · comments

... the default router is at /api/auth/signin/<provider>.

Also, if basePath option is used, signin and signout becoms useless.