fido2-net-lib
fido2-net-lib copied to clipboard
Consider deprecating Base64Url
.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.