Table of Contents

TBeforeValidationEvent Type

Event triggered just before the token is validated, allowing custom validation rules to be added.

Remarks

Sender: The middleware component that triggered the event. JWT: The token about to be validated. Context: The HTTP server context of the current request. Builder: The consumer builder, prefilled with the default validations, that runs the validation.

Syntax

Unit: Sparkle.Comp.JwtMiddleware