Skip to content

Delegate authentication scheme to Authenticator interface#225

Merged
andreadimaio merged 1 commit intomainfrom
authentication-scheme-delegation
Mar 12, 2026
Merged

Delegate authentication scheme to Authenticator interface#225
andreadimaio merged 1 commit intomainfrom
authentication-scheme-delegation

Conversation

@andreadimaio
Copy link
Copy Markdown
Member

@andreadimaio andreadimaio commented Mar 12, 2026

Added abstract method scheme() to Authenticator interface. This refactoring improves separation of concerns by making each Authenticator responsible for its own authentication scheme, eliminating the need for the interceptor to know implementation details of specific authenticators.

Added abstract method 'scheme()' to Authenticator interface.
This refactoring improves separation of concerns by making each `Authenticator`
responsible for its own authentication scheme, eliminating the need for the
interceptor to know implementation details of specific authenticators.
@andreadimaio andreadimaio self-assigned this Mar 12, 2026
@andreadimaio andreadimaio merged commit c425596 into main Mar 12, 2026
8 checks passed
@andreadimaio andreadimaio deleted the authentication-scheme-delegation branch March 12, 2026 15:44
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