My credentials auth has worked for a long time, but recently stopped working. The service itself is returning a 200, and a servicestack-generated page that I haven’t seen before that looks like the attached. There are also no cookies being saved.
I do have this line in my AuthFeature initialize:
AllowGetAuthenticateRequests = req => true
some further information, I believe that auth no longer working has something to do with Chrome’s cookie behavior changing in version 84 (as documented here. The version of Chrome I upgraded to is reporting that it will not save the cookies because SameSite=None and Secure=false. I have attached a screenshot below