Skip to content

Conversation

AlecInfo
Copy link

@AlecInfo AlecInfo commented Jun 5, 2025

This PR adds support for an optional external user authorization service.

When enabled, an additional authorization layer is applied after the existing rules. The service receives a request containing the user’s email and request metadata (method, host, path). Access is granted only if the service responds with status 200 OK and body Authorized. Any other response results in access being denied.

This enhancement allows for more fine-grained access control based on custom authorization logic.

@AlecInfo AlecInfo closed this Jun 5, 2025
@AlecInfo AlecInfo reopened this Jun 5, 2025
@AlecInfo AlecInfo changed the title Add request validation against external authorization service Add authorization to an external authorization service Jun 11, 2025
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