Just like .net 7, you can scaffold identify and make what ever modifications you like:
to add google see:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I’m working on a relatively simple .NET Core web API service that performs CRUD operations on a database. Not sure what's the best way to implement authentication. Here’s the situation:
My goal is to create a straightforward set of endpoints for the following actions:
However, .NET 8 also includes additional endpoints (like 2FA) that I don’t need for this project. Also, I want to customize the predefined register controller to trigger an SMTP call for sending the confirmation link.
Questions:
Just like .net 7, you can scaffold identify and make what ever modifications you like:
to add google see: