Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for an extensible UI through overrides #409

Open
bravecobra opened this issue Nov 16, 2019 · 0 comments
Open

Allow for an extensible UI through overrides #409

bravecobra opened this issue Nov 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@bravecobra
Copy link
Contributor

Looking at how you can extend the UI for Identity, I would suggest using a similar approach.

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/customize-identity-model?view=aspnetcore-3.0#customize-the-model

This code is then to provide a UI nuget package, adding the default UI, but the user is able to override that UI in their own projects without having to hack customization into the existing code, which they are now able to do. This makes upgrades difficult if you used the template approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants