TJwtMiddleware.ProcessRequest Method
Processes the request, authenticating it from the Bearer token and forwarding it to the next handler.
Syntax
Unit: Sparkle.Middleware.Jwt
procedure TJwtMiddleware.ProcessRequest(Context: THttpServerContext; Next: THttpServerProc); override;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Context | THttpServerContext | The HTTP server context of the current request. | |
| Next | THttpServerProc | The next handler in the middleware pipeline. |