Hello Syncfusion,
What I want is not used a lot.
I want to have a second login.
The situation:
I have a login for "admins" so they can switch to different databases and my application changes depending on the database selected.
(Like 1 big app with mutliple sub apps all connected to different databases)
But within one those sub apps I also want to have a login that is using another database for Accounts.
Is there a way within Blazor to have like a second identity (authentication) login and pages that uses another database and use that in cookies as well? Otherwise I need to create one myself.
With kind regards,
Michael