C#C
C#3y ago
Opto

❔ Which OAuth packages to choose for 3rd party user authentication?

There is three collections of nuget packages that i can see:
Owin.Security.Providers.[provider]
AspNet.Security.OAuth.[provider]
Microsoft.AspNetCore.Authentication.[provider]

I want the users to be able to authenticate by using their discord/twitter/google account, and my frontend is using SvelteKit so everything is just pure json api's
image.png
Was this page helpful?