I'm looking into SuperTokens for an app I coded using Hono on Node (
https://hono.dev/). I see that it's not one of the frameworks that currently have a middleware (like Express or Fastify).
I saw in the codebase that there is also a directory for a "custom" framework but couldn't find any documentation on how it's supposed to be used.
Would it be a good way to integrate with Hono or should code the middleware for Hono taking the one from Express as example ? Would it be an interesting contribution ?