dotnet / dotnet/aspnetcore

[Blazor] Replace usages of WebEncoders.Base64UrlDecode with calls to Base64Url.Decode*

Open
#65,022 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.