Fix healthchecks: install curl in backend and frontend images
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const passport = require('passport');
|
||||
|
||||
// Protect routes with JWT
|
||||
const authenticate = passport.authenticate('jwt', { session: false });
|
||||
|
||||
module.exports = authenticate;
|
||||
Reference in New Issue
Block a user