refactor: define Auth type and core functions#10944
Merged
Conversation
This was referenced Nov 20, 2025
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
198ec0d to
0e7467e
Compare
50b67d0 to
2f9e532
Compare
0e7467e to
3dfd8f8
Compare
2f9e532 to
1f833cb
Compare
3dfd8f8 to
9a6704e
Compare
6419fc4 to
8b50a92
Compare
9a6704e to
4079408
Compare
8b50a92 to
a9be08c
Compare
4079408 to
662ee58
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
662ee58 to
cc7927e
Compare
a9be08c to
98fd957
Compare
cc7927e to
852834b
Compare
852834b to
62d3551
Compare
62d3551 to
ee3fd14
Compare
b7b8860 to
7a611a1
Compare
ee3fd14 to
3c5bfa7
Compare
3328981 to
987b7cd
Compare
Contributor
Author
987b7cd to
62379a6
Compare
This file contains hidden or 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
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.

Defines the
Authtype, theAuthApiKeyimplementation, and the core session credential management functions.Also defines the
AuthIdentityTokenFiletype, although I am not certain about the public interface for it. It's only needed as a bridge betweenauthandsettingsfor now; the actual logic around JWTs is still elsewhere.This PR does not export the new types from
wandband does not update old code to use the new functions yet.