locked
Identity with blazor and mobile app RRS feed

  • Question

  • 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

    Monday, April 20, 2020 5:22 PM

All replies

  • User475983607 posted

    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`?

    Create a separate Web API application that both the mobile and Blazor app call.

    Or I implement a blazor client side and Identity server 4?

    If you need a centralized token server then IdentityServer4 is good choice.

    Monday, April 20, 2020 5:38 PM