Skip to content

oauth: use native Base64Url encoder - #2431

Open
becm wants to merge 1 commit into
git-ecosystem:mainfrom
becm:remove-base64url-encoder
Open

oauth: use native Base64Url encoder#2431
becm wants to merge 1 commit into
git-ecosystem:mainfrom
becm:remove-base64url-encoder

Conversation

@becm

@becm becm commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Targeting .Net 10+ allows use of native System.Buffers.Text.Base64Url instead of manual Base64/char-replace.
Padding has always been suppressed (with intent) in existing calls.

replace Base64Url converter with `System.Buffers.Text.Base64Url`
drop requirement to specify padding, was always `false`
@becm
becm requested a review from a team as a code owner September 2, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant