You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let token = req.headers['x-access-token'] || req.headers['Authorization'] || req.headers['authorization']; // Express headers are auto converted to lowercase