You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However it seems like ListAllAspNetUsers and HostedServiceAddAspNetUsers are no longer in the project (maybe renamed?). Just thought I'd point it out since this is a feature I'm guessing a lot of people will be/are using to extend the IdentityUser.
Have a great rest of your week! :)
The text was updated successfully, but these errors were encountered:
Thanks for pointing out this out-of-date documentarian, which I have fixed. When I define the task list for a new version I have to add documentation tasks too, otherwise I won't remember. This one I missed.
Hi Jon! Thank you for this amazing project and the hard work you are putting into it!
I was working on replacing
IdentityUser
withApplicationUser
in a app using AuthP, checked the wiki for what needed to be changed in my code, over here: https://github.com/JonPSmith/AuthPermissions.AspNetCore/wiki/Setup-AuthenticationOn point 3 it says the following:
However it seems like
ListAllAspNetUsers
andHostedServiceAddAspNetUsers
are no longer in the project (maybe renamed?). Just thought I'd point it out since this is a feature I'm guessing a lot of people will be/are using to extend the IdentityUser.Have a great rest of your week! :)
The text was updated successfully, but these errors were encountered: