C#C
C#3y ago
49 replies
schwartzmj

❔ New .NET Core Web API app. Guidelines for setting up authentication & authorization?

We're just starting a new Web API app with .NET Core. I don't seem to have any template choices that provide me with authentication via my IDE. I'm finding a lot of different answers for how to set up authentication.

Can someone point me in the right direction to a package/set of packages or whatever the best practice is now? I planned on just storing the data in the app's database and not outsourcing auth.

Thank you!
Was this page helpful?