Any plans to add Middleware, similar to what's available for Sparkle, for jwt?

I really like the GraphQL for Delphi component. Having this available for building a backend is an interesting option. Are there any plans to implement something similar to the Middleware for Sparkle?

GraphQL for Delphi is not an HTTP framework, it's agnostic to it. It's a library for parsing, validating and executing GraphQL documents, regardless of the HTTP framework being used.

While current we provided some components for better integration with WebBroker, you can use the GraphQL HTTP Handler with any other framework, including TMS Sparkle. We will soon provide non-visual components for easier integration with TMS Sparkle.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.