Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Automatic authentication for incoming HTTP request #3

@NaveenB2004

Description

@NaveenB2004

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions