fido2-net-lib icon indicating copy to clipboard operation
fido2-net-lib copied to clipboard

Consider deprecating Base64Url

Open joegoldman2 opened this issue 1 year ago • 3 comments

.NET 9 adds support for Base64 Url (https://github.com/dotnet/runtime/issues/1658). It's also compatible with .NET Standard 2.0. The class Base64Url should probably be deprecated in favor of the built-in support in the BCL.

joegoldman2 avatar Sep 16 '24 08:09 joegoldman2