Sparkle.Comp.JwtMiddleware Namespace
Classes
| Name | Description |
|---|---|
| TSparkleJwtMiddleware | Validates JSON Web Tokens (JWT) present in request. |
Types
| Name | Description |
|---|---|
| TBeforeValidation​Event | Event triggered just before the token is validated, allowing custom validation rules to be added. |
| TForbidRequestEvent | Event that decides whether the current request must be rejected, regardless of the token state. |
| TGetSecretEvent | Event that provides the secret (key) used to validate the token, as a string. |
| TGetSecretExEvent | Event that provides the secret (key) used to validate the token, with full access to the token and request. |