variable ServerModuleAuthInjectorMiddleware
The ServerModuleAuthInjectorMiddleware function is a TypeScript middleware that injects an authorization token into the request header if it exists in a cookie.
type
🔗
(options: TAuthInjectorOptions) => THonoMiddlewareHandler
The ServerModuleAuthInjectorMiddleware function is a TypeScript middleware that injects an authorization token into the request header if it exists in a cookie.
type
🔗
(options: TAuthInjectorOptions) => THonoMiddlewareHandler