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

introduce auth_chain, abstract authenticator and the basic authenticator #921

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kickster97
Copy link
Member

@kickster97 kickster97 commented Jan 22, 2025

WHAT is this pull request doing?

This is a preparatory step towards introducing multiple authentication backends, which can be tried and run on a chain of command. (It breaks up #861 so it dosn't become to large)
This PR introduces the basic authenticator, which entails the basic authentication method we already support.

These modules will be extended with oauth and http support in the future.

HOW can this pull request be tested?

Should probably write a spec for the chain,
but you can run the regular connect specs, and try to manually authenticate

@kickster97 kickster97 requested a review from a team as a code owner January 22, 2025 13:57
@kickster97 kickster97 force-pushed the authentication-chain branch from fc4c424 to 0161b46 Compare January 23, 2025 13:09
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.

1 participant