Dan6erbond / sk-auth

Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
MIT License
577 stars 70 forks source link

added twitch provider #22

Closed x-ror closed 3 years ago

x-ror commented 3 years ago

Added Twitch OAuth2 logic

Dan6erbond commented 3 years ago

Alright, this addition looks great! I'll merge it, but feel free to add a Twitch login to the /profile route as well.

It's a bit more involved as it checks if the provider is connected, and then shows the display name, otherwise a login button.