_dawidbartniczak
Blazor Routing - multiple modules from assemblies in one app.
Hi, I have an Blazor WebAssembly app that should contain multiple modules from separete Assemblies. Each module contains it's own Pages. I would like to have an custom router that picks the module by the prefix. E.g. /login is routed to the LoginPage from the main assembly, but /modulex/pagex is routed to PageX from the module. Is it possible to acheve this in Blazor?
3 replies
Same ASP.NET Identity authorization for multiple WebAPIs
I would like to have an unified authorization using the ASP.NET Identity for multiple WebAPIs. Is it possible to login the user in the user WebAPI, create the Bearer token and then honor it in the other APIs? Is there an better schema to use?
22 replies