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

Implement server input validation. #989

Closed
crisidev opened this issue Dec 16, 2021 · 3 comments
Closed

Implement server input validation. #989

crisidev opened this issue Dec 16, 2021 · 3 comments
Labels
enhancement New feature or request server Rust server SDK

Comments

@crisidev
Copy link
Contributor

Validate input types, probably implemented as a tower Layer?

@crisidev crisidev added enhancement New feature or request server Rust server SDK labels Dec 16, 2021
@crisidev crisidev added this to To do in Server SDK developer preview via automation Dec 16, 2021
@rcoh
Copy link
Collaborator

rcoh commented Dec 16, 2021

I'd probably use the fallible builders to check required status and do validation there, personally.

@crisidev
Copy link
Contributor Author

So doing the validation as soon as we deserialize..

@david-perez
Copy link
Contributor

Closed in favor of #1401.

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

No branches or pull requests

3 participants