Skip to content

Commit

Permalink
added sequelize on passportconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald-pro committed May 29, 2024
1 parent 53445e0 commit 0b2caa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions passport-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const opts = {
jwtFromRequest: ExtractJwt.fromAuthHeaderAsBearerToken(),
secretOrKey: process.env.JWT_SECRET
};
const Sequelize = require("sequelize");

module.exports = passport => {
passport.use(
Expand Down

0 comments on commit 0b2caa1

Please sign in to comment.