Thursday, February 14, 2019

ASP.NET Core API Authentication - What should i use?

I have started a project using asp.net core and Angular 7. I am a bit confused with the authentication.. I have already implemented a simple one but i'll need more like roles and the possibility to revoke tokens. So that leaves us with Identity but from what i read it isn't built for APIs. There is also Identity Server4 but i think that its totally overkill for a small app. What should i do? :/ I know there are providers like Auth0 but i don't want to use them.

ASP.NET Core API Authentication - What should i use? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team