[Blazor] Replace usages of WebEncoders.Base64UrlDecode with calls to Base64Url.Decode*
Open
area-blazor
copilot-candidate
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 276
Description
We should replace the calls and use the .NET implementation directly. The facade was used for backwards compatibility, but it shouldn't be a problem in our case since own both ends of the payloads we encode/decode.
https://learn.microsoft.com/en-us/dotnet/api/system.buffers.text.base64url?view=net-10.0
Contributor guide
Assessment
This issue has not been assessed yet.