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

Provider addition via dependency injection

vhscom opened this issue · comments

It seems common to fork this library and add providers. As a result, it might be nice to round out internal oauth providers to cover the same ones Supabase does and enable others + custom providers via dependency injection similar to:

https://github.com/hiro1107/nestjs-supabase-auth

On the other hand, it's nice to get the code into the main repo for all to benefit from.