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

Automatic authentication for incoming HTTP request #3

Open
NaveenB2004 opened this issue Jan 18, 2025 · 0 comments
Open

Automatic authentication for incoming HTTP request #3

NaveenB2004 opened this issue Jan 18, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@NaveenB2004
Copy link
Member

When it comes to endpoint authentication, every endpoint that expects the authorization header should implement a method to authenticate the incoming HTTP request (most of the time, redirected to another authentication method by hardcoding every time). If we can implement an annotation like @EndpointAuthenticator (recommended) or something to mark a single method as an authenticated implementation, it will be easy to redirect target authentications with the annotation io.github.lycoriscafe.nexus.http.core.headers.auth.Authenticated.

@NaveenB2004 NaveenB2004 added the enhancement New feature or request label Jan 18, 2025
@NaveenB2004 NaveenB2004 self-assigned this Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant