- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Replacing AspNetCore.Identity.UI???
I recently started a new ASP.NET Core / React project with the dotnet new react template. I was pleasantly surprised at how well things "just worked" and quickly got some nice looking pages up and running using the material-ui library.
Shortly after, I felt the need to add some authentication to my app and found that I could recreate my project with dotnet new react -au Individual to spin up an Identity Server. Everything worked as expected and I could login and logout of my application, so far so good...
The problem is, the login and related pages look totally different to the rest of my website. Ideally I would like them all to be using the Material UI components so that everything looks and feels the same.
โ11-16-2019 02:38 PM