EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
145 stars 38 forks source link

Decode Base64 usernames/passwords as UTF-8 strings #269

Closed RagingKore closed 10 months ago

RagingKore commented 11 months ago

Added: Support for UTF8 usernames and passwords Changed: full cleanup from code format to structure (added .DotSettings) Changed: created a tests common project to share fixtures and more. Changed: brand new fixtures and fluent docker abstractions. Changed: added Shouldy for test assertions. Changed: added Bogus for creating object fakers. Changed: removed source generators to provide a path to certs and now simply copy them over. Changed: refactored client warmup functions.

linear[bot] commented 11 months ago

DEV-143 Decode Base64 usernames/passwords as UTF-8 strings

RagingKore commented 11 months ago

Tests run great locally, but are flaky when running on CI. Having another look at this before making it ready for review again.

timothycoleman commented 10 months ago

Fixed: UserCredentials username and passwords encoding.

Perhaps this should be

Added: Support for UTF8 usernames and passwords

probably best mention utf8 anyway