-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Add ability to scaffold identity endpoints in project and override these #53343
Comments
Hi @halter73 please give your suggestions on this. |
Hi 👋😁 @shakeeldev3,
Great @shakeeldev3 thanks for sharing your idea👏🏽🙏 Hi @JeremyLikness, can you check this please? |
Thanks @AlejandroMFe and @shakeeldev3 I see this and will review with the team. |
It looks like #58959 is a duplicate of this. I think we searched for the terms "scaffold" and "MapIdentityApi", so this didn't come up. We plan to do this for .NET 10 though! |
This would be very useful. |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
The solution to provide the API endpoints with .net core 8 is great feature, We have considered to use this feature in our new project that we are going to kick in couple of months.
The issue that APIs provide very basic functionality ie register endpoint only accepting email and password to create user. But in real world scenario there could be are some other attributes which could be required at time of registration there are many examples.
Describe the solution you'd like
My suggestion is to instead of keeping this implementation hidden, there should be option to scaffold is in the project so that a developer can override its functionality according to requirements. Optionally it should be allowed to scaffolded selected endpoints.
The similar feature available with razor pages where developer can override the selected views for identity, this is best option for razor based application but not SPA applications.
I have gone through many other issues as well and I believe some issues will solved when developers will have option to override the API.
Additional context
No response
The text was updated successfully, but these errors were encountered: