SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
715 stars 109 forks source link

Twitch (and other) OAuth providers #316

Open londospark opened 3 years ago

londospark commented 3 years ago

A general question: with Azure AD and Google Auth providers being directly integrated into Saturn.Extensions.Authorization would adding more (e.g. Twitch) be welcomed or would it be preferable to use the standard use_oauth and submit examples for other providers?

Krzysztof-Cieslak commented 3 years ago

I'd be really happy to add some additional popular providers to the authorization package 👍

cartermp commented 2 years ago

@garethhubball contributions welcome The file that handles this has a pretty straightforward pattern. I'll gladly look over any PR you might have.