carlfranklin / IdentityManagerLibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log In Operation Not Working

VicStelmak opened this issue · comments

It is impossible to log in onto the program. First of all you need to fix _LoginPartial.cshtml page to make it possible to see Login and Register options in Blazor anyway but then it is impossible to log in and program always write: Invalid login attempt.

My demo was not clear. I apologize. I never intended for you to be able to log into the admin app (IdentityManagerBlazorServer). To test the auth, I've added a new Blazor Server project called AuthDemo. I updated the README to include instructions for creating AuthDemo and clarified the issue. Hope this helps.

I have closed the issue