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

Add @BasicAuthConfig for testing applications with Basic auth #158

Merged
merged 1 commit into from
Mar 3, 2020

Conversation

aguibert
Copy link
Member

@aguibert aguibert commented Mar 3, 2020

Fixes #157

Example usage:

@RESTClient
@BasicAuthConfig(user = "bob", password="bobpwd")
public static SecuredService securedSvc;

@aguibert aguibert added the is:enhancement New feature or request label Mar 3, 2020
@aguibert aguibert self-assigned this Mar 3, 2020
@aguibert aguibert merged commit 3796ed4 into MicroShed:master Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow basic authentication header on injected @RESTClients
1 participant