iammukeshm / AspNetCoreHero-Boilerplate

ASP.NET CORE HERO - Boilerplate template for your next project!
MIT License
180 stars 48 forks source link

[Question] Login / Authentication #8

Closed rm-code closed 4 years ago

rm-code commented 4 years ago

First of all thanks for your work! 🥳

I am pretty new to .Net Core and a lot of the used technologies, so I'm currently taking baby steps with the template.

Currently I'm trying to understand the authentication / login process used in this template. Do you have any articles that would help me with this? As far as I can tell your recent blog post on IdentityServer4 isn't relevant, since the template doesn't make use of IdentityServer4, right?

Thanks in advance!

Update: I just found this article and it looks like I'm on the right path.