1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

Merge pull request #120 from ToryTran/master

Fix Error: Unknown authentication strategy "local"
This commit is contained in:
Bowden Kelly
2018-07-16 14:13:45 -07:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ import { default as User, UserModel, AuthToken } from "../models/User";
import { Request, Response, NextFunction } from "express";
import { IVerifyOptions } from "passport-local";
import { WriteError } from "mongodb";
import "../config/passport";
const request = require("express-validator");