f (!options.algorithms) throw new Error('algorithms should be set'); code example
Example: express-jwt error algorithms should be set
expressJwt({ secret: process.env.JWT_SECRET, algorithms: ['RS256'] });
expressJwt({ secret: process.env.JWT_SECRET, algorithms: ['RS256'] });