jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
17.04k stars 3.65k forks source link

The login & register pages are using default razor pages. Please provide option to create theses also in React so that they can be customized #1236

Closed parashgoswami closed 3 weeks ago

parashgoswami commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

jasontaylordev commented 3 weeks ago

Providing alternative options in Angular and React would require considerable effort and would also add complexity to the template, making it more difficult to maintain or enhance in the future.

If you would like to address this issue yourself, you can start by scaffolding the UI at https://learn.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-8.0&tabs=visual-studio. This will give you a solid understanding of how it works, allowing you to create a separate version in React afterward.