@dcl/platform-server-commons
Version:
Platform's Http Server Common utils
3 lines • 339 B
TypeScript
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