MaxenceMouchard

Results 5 comments of MaxenceMouchard

It works, but as I said, the fact that because it's queryable, my example is not safe and shouldn't be done, I'm aware of that, but I don't see any...

Don't get stuck on the Users property, it's not used in my implementation, it's just that Identity requires its implemation. It only works because Users is never called, but my...

It should work except if try to play with a user getting by FindByIdAsync function for example ... So I agree it's viable but not really rustworthy/safe. Have you ever...

Thank you for your advice but i don't use any injection or session inside my hubs. Hubs are clean as you defined the transiant. My injection comes from UserStore which...