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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions