Skip to content

Move client auth APIs to a separate module #637

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

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

rhernandez35
Copy link
Contributor

This makes it possible to write new client auth implementations without bringing in the entire client runtime as a dependency.

I considered renaming the Java package to software.amazon.smithy.java.client.auth.api to match auth-api's software.amazon.smithy.java.auth.api but this would have touched most of the other projects and I didn't want to contribute needless churn. Still, I'm open to recommendations for the Java package name if it needs to change.

This makes it possible to write new client auth implementations without
bringing in the entire client runtime as a dependency.
@rhernandez35 rhernandez35 requested a review from adwsingh April 9, 2025 18:54
@rhernandez35 rhernandez35 enabled auto-merge (rebase) April 9, 2025 19:08
@rhernandez35 rhernandez35 merged commit befc728 into main Apr 9, 2025
3 checks passed
@rhernandez35 rhernandez35 deleted the client-auth-api-module branch April 9, 2025 19:10
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.

2 participants