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

Add deserialize derive for the pub struct AppPassword #18867

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

joacoc
Copy link
Contributor

@joacoc joacoc commented Apr 20, 2023

Motivation

Adding #[derive(Deserialize)] to the pub structure AppPassword.

While it is not a need by the crate itself it is useful for other crates trying to Deserialize an AppPassword straight from a network request.

E.g. FronteggClient crate

Tips for reviewer

Checklist

  • This PR has adequate test coverage / QA involvement has been duly considered.
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • This PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way) and therefore is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).
  • This PR includes the following user-facing behavior changes:

@joacoc joacoc requested a review from a team as a code owner April 20, 2023 16:00
@joacoc joacoc merged commit d7c0fc3 into MaterializeInc:main Apr 20, 2023
@joacoc joacoc deleted the app_password_deserialize branch April 20, 2023 16:45
joacoc added a commit to joacoc/materialize that referenced this pull request Apr 21, 2023
…#18867)

Adds deserialize derive for the pub struct AppPassword.
While it is not a need by the crate itself it is useful for other crates
trying to Deserialize an `AppPassword` straight from a network request.
joacoc added a commit to joacoc/materialize that referenced this pull request May 1, 2023
…#18867)

Adds deserialize derive for the pub struct AppPassword.
While it is not a need by the crate itself it is useful for other crates
trying to Deserialize an `AppPassword` straight from a network request.
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

Successfully merging this pull request may close these issues.

None yet

2 participants