Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust credential storage to use base64url instead of plain base64 #81

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

Firehed
Copy link
Owner

@Firehed Firehed commented Mar 26, 2024

This promotes internal consistency of data formats, and due to how the decoding process works is fully backward-compatible. There are a couple of remaining touch points, about half of which are related to certificate formatting which must remain as such.

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.26%. Comparing base (dae5e0a) to head (e2a6302).

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #81      +/-   ##
============================================
- Coverage     81.30%   81.26%   -0.04%     
  Complexity      307      307              
============================================
  Files            33       33              
  Lines           984      982       -2     
============================================
- Hits            800      798       -2     
  Misses          184      184              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Firehed Firehed merged commit 23be5ad into main Mar 26, 2024
14 checks passed
@Firehed Firehed deleted the b64u-cred branch March 26, 2024 19:21
@Firehed Firehed linked an issue Mar 26, 2024 that may be closed by this pull request
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.

Replace any plain base64 with base64url
1 participant