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

How is this implemented in a web API #3

Open
JimF42 opened this issue Jan 19, 2022 · 3 comments
Open

How is this implemented in a web API #3

JimF42 opened this issue Jan 19, 2022 · 3 comments

Comments

@JimF42
Copy link

JimF42 commented Jan 19, 2022

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?

@Rekasi
Copy link

Rekasi commented Sep 26, 2022

@JimF42 Did you find a way to implement it yourself? Best Regards.

@JimF42
Copy link
Author

JimF42 commented Sep 27, 2022

@Rekasi, No, I didn't. We ended up not going with a web service for this internal only app.

@MosheWorld
Copy link
Owner

MosheWorld commented Jul 28, 2023

@JimF42 @Rekasi Yes, there you go.
https://github.com/MosheWorld/Microservices-NodeJS-Express

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

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

No branches or pull requests

3 participants