You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking for something like this for a new RESTful service I am writing (I'm new to web APIs, but not to other c# programming).
What I didn't glean from the code or your article is how to I implement this into a Web API application. I am using VS 2022 and Core 6. I presume it would get wired into the Startup's ConfigureServices, but I don't see how that's done.
Is it possible to provide a snip to show us?
The text was updated successfully, but these errors were encountered:
Please review the signup, signin, and validation methods in the User Microservice. Then, examine how the middleware is implemented for validation in the Product route
I have been looking for something like this for a new RESTful service I am writing (I'm new to web APIs, but not to other c# programming).
What I didn't glean from the code or your article is how to I implement this into a Web API application. I am using VS 2022 and Core 6. I presume it would get wired into the Startup's ConfigureServices, but I don't see how that's done.
Is it possible to provide a snip to show us?
The text was updated successfully, but these errors were encountered: