instrumentisto / medea-jason

Mozilla Public License 2.0
2 stars 2 forks source link

Use `secrecy` crate for credentials #189

Closed evdokimovs closed 1 month ago

evdokimovs commented 1 month ago

Synopsis

We have credentials fields in Control/Client APIs which should be secret for security purposes. So this PR adds secrecy crate usage for those cases.

Solution

Use secrecy::SecretBox for credentials in the medea-control-api-proto and medea-client-api-proto.

Checklist

evdokimovs commented 1 month ago

FCM

Use `secrecy` crate for credentials (#189)