UNPKG

@mercury-labs/nest-auth

Version:

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

6 lines (5 loc) 213 B
import { Observable } from 'rxjs'; import { IAuthWithTokenResponse } from '../../domain'; export declare class LoginController { handle(userData: IAuthWithTokenResponse): Observable<IAuthWithTokenResponse>; }