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

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

Closed saneef closed 2 years ago

saneef commented 2 years ago

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

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