Relative Content

Tag Archive for c#asp.net-coreoauth-2.0asp.net-core-webapi

ASP.NET Core Web API : authorization using Identity Framework

I am working on an ASP.NET Core Web API project where I want to allow users to log in using user/password, and also Google, Facebook, and Apple. When using external services to log in, a user should be created which will be used to track their activity in the application: assign points, let them redeem for gifts and other features.