User433211055 posted
Hi,
I try to use Blazor with an web application test.
I use Blazor server side and a standard Identity with Razor Page for login and registration users; now I would try to creare a mobile app that share da same data.
It's possible to use a same code for login and registration from mobile? In other word with a call to the web app blazor it's possible to give a token to the mobile app`?
It's possible to extend the web app for this objective? what is the best pratic?
Or I implement a blazor client side and Identity server 4?
BR