These are the SDK reference docs. If you’re looking for docs to implement SuperTokens, you might want to check out the User Guides

Module framework/koa

Index

Functions

  • middleware(): ((ctx: Context, next: Next) => Promise<void>)
  • Returns ((ctx: Context, next: Next) => Promise<void>)

      • (ctx: Context, next: Next): Promise<void>
      • Parameters

        • ctx: Context
        • next: Next

        Returns Promise<void>

Generated using TypeDoc