Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
692 stars 237 forks source link

add UsernamePasswordCredential #1528

Closed cataggar closed 8 months ago

cataggar commented 8 months ago

It isn't recommended to use it, so I'm not sure we should implement it.

this credential requires a high degree of trust and is not recommended outside of prototyping when more secure credentials can be used. https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/src/Credentials/UsernamePasswordCredential.cs

cataggar commented 8 months ago

As it is not recommended, I abandoned finishing it. https://github.com/cataggar/azure-sdk-for-rust/commit/a5cb9586a6030ecfc05532d09778e49fd4520ab6

If there is a good reason to add it, please reopen.