bradtraversy / meanauthapp

Complete MEAN stack app with authentication
242 stars 152 forks source link

Update The func of ExtractJwt.fromAuthHeader(); #13

Closed omermindivanli closed 7 years ago

omermindivanli commented 7 years ago

Last Passport.js does not support this func. I fixed that like this ; opts.jwtFromRequest = ExtractJwt.fromAuthHeaderAsBearerToken();