UNPKG

@dcl/platform-server-commons

Version:
3 lines 339 B
import { IHttpServerComponent } from '@well-known-components/interfaces'; export declare function bearerTokenMiddleware(authSecret: string): (ctx: IHttpServerComponent.DefaultContext<any>, next: () => Promise<IHttpServerComponent.IResponse>) => Promise<IHttpServerComponent.IResponse>; //# sourceMappingURL=bearer-token-middleware.d.ts.map