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
In middlewares.js, we check for an Authorization header, and then assume that it will be of type Bearer. If there is another Authorization header (not Bearer), the RegExp on line 6 doesn't match properly and we get No such property 1 of undefined on line 10.
Note that idm-jwt-auth is used in game and idm, so once we update and release a new version of this package we'll need to redeploy each of those services with the new version.