Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
Currently Blazor SSR components do not have access to HTTP Context. So login and register pages have to be created using Razor Pages.
However, if using the Blazor enhanced navigation, switching between Blazor and Razor Page routes causes styling issues due to them using different layouts.
Describe the solution you'd like
I would like to Blazor SSR components to have access to the HTTP Context object. This would solve the above issue and allow us to entirely create apps with authentication in Blazor.
Additional context
No response