This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Description
Project was generated by yo aspnetcore-spa - React With Redux, with following settings
launchSettings.json
"windowsAuthentication": true,
"anonymousAuthentication": true,
Symptom
User.Identity.Name; is always null in any controllers
Walk around
Set anonymousAuthentication to false can walk around it, but just curious why.