Skip to content

4.8 Implement the local invitation acceptance policy #338

@marwannettour

Description

@marwannettour

Parent epic: #310

Summary

Decide whether a validated invitation should be rejected, shown to the user, or auto-accepted.

Requirements

  • Create a service such as ITrustedSessionInviteAcceptancePolicy.
  • Check existing grants.
  • Verify that the requested mode is allowed.
  • Return a decision such as Reject, AskUser, or AutoAccept.
  • Handle expired or revoked grants.

Acceptance criteria

  • Invitations without a valid grant ask for user confirmation by default.
  • Insufficient grants do not allow stronger requested modes.
  • Expired or revoked grants are ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions