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:
@@ -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");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user