Ematko
Ematko
Hi, absolutely no problem. I'm very happy that you help me at all and thank you very much for that. Finally i got it! xD But it was little bit...
NIce!! :D I would like to ask one more question. How to do so that during registration the user can enter additional information specified by me (eg He can check...
Hi, some new thinks i discovered! when user register and immediately want do smth without log out. The claim isNewUser be still true => every call to api i create...
Hi again :D, so I figured out that the second approach is much better and I have more control over it (I don't use the IsNewUser claim at all). But...
no problem, y the first 2 thinks u worte i allready does :). the 3 point, is litle bit complicated (the CustomIdentityMiddleware & creatingNewUser request). 1. in client user register...
yeah that's what I thought :D. So I created a new method (in UserServices) that returns directly the user object/null (not DTO object, bcs null cannot convert to DTO :))...
Hi, its me again :D Just for info I successfully finished everything as I wanted. But recently I came across Azure functons at work. Soo i started learning them (some...