-
Notifications
You must be signed in to change notification settings - Fork 9
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
🧹 Cleanup Credentials Serialization #440
Merged
lrazovic
merged 1 commit into
main
from
01-27-refactor_cleanup_credentials_serialization
Mar 5, 2025
Merged
🧹 Cleanup Credentials Serialization #440
lrazovic
merged 1 commit into
main
from
01-27-refactor_cleanup_credentials_serialization
Mar 5, 2025
+27
−43
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jan 27, 2025
Merged
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merged
9154851
to
4dbbc29
Compare
4dbbc29
to
01918cb
Compare
Graphite Automations"Auto-assign PRs to author" took an action on this PR • (01/27/25)1 assignee was added to this PR based on Juan Ignacio Rios's automation. |
01918cb
to
4ffa0d5
Compare
JuaniRios
approved these changes
Jan 27, 2025
fd15985
to
56153dd
Compare
This was referenced Jan 28, 2025
Closed
Closed
Closed
56153dd
to
9e5b785
Compare
4ffa0d5
to
5bd87f1
Compare
9e5b785
to
d2317e5
Compare
5bd87f1
to
88ab03d
Compare
d2317e5
to
afe14ff
Compare
This was referenced Feb 4, 2025
Closed
Closed
88ab03d
to
f61a62d
Compare
8482103
to
2f5b7de
Compare
95583d0
to
e3c2999
Compare
2f5b7de
to
55cf347
Compare
e3c2999
to
e46808c
Compare
55cf347
to
10e3d1c
Compare
e46808c
to
ecc1d3d
Compare
10e3d1c
to
6a43374
Compare
ecc1d3d
to
2139407
Compare
This was referenced Feb 12, 2025
Closed
Closed
This was referenced Feb 20, 2025
Closed
2139407
to
ecc1d3d
Compare
6a43374
to
10e3d1c
Compare
This was referenced Feb 27, 2025
Merge activity
|
ecc1d3d
to
38ca89e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
Refactor the JWT serialization/deserialization to avoid unnecessary clone and/or conversions.