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

Provider addition via dependency injection #89

Closed vhscom closed 2 years ago

vhscom commented 2 years ago

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

vhscom commented 2 years ago

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