-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Authentication
-
None
The authentication code in the rustdriver predates the use of the operation layer and Serde integration, and as such does its own bespoke parsing and validation of the documents returned by the server. Updating it to use the same setup as the rest of the driver would make the code simpler (and potentially faster, since it'll be able to use the raw document type).
- related to
-
RUST-1164 On-demand callback for AWS credentials
- Closed