DEV Community

Discussion on: Basic Authentication with a .NET Core Web API

Collapse
 
tintow profile image
Tintow

Hi Patrick,
I'm also really enjoying this series. It's great to see the concepts being added incrementally as that seems to help me understand them better. The Authentication explanation was really useful.

I think there's a tiny typo in IAuthRepository, Task<bool>> UserExists should just be Task<bool>

Keep up the great work!

Collapse
 
_patrickgod profile image
Patrick God

Hey!

Thank you very much for your kind words! I'm really happy to see that you like how this series is structured. :)
And thanks for pointing out the typo. Just fixed it.

Take care & stay healthy,
Patrick