UNPKG

@mercury-labs/nest-auth

Version:

Mercury framework auth library. It supports local auth, jwt with both bearer token and cookie, basic auth.

2 lines (1 loc) 95 B
export declare function removeBearerFromToken(token: string, apiTokenPrefix?: string): string;