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
Hello, i use you library with ECMAScript and babel, when i compile all ok, but when i execute i get the follow error:
.../node_modules/passport-http-bearer/lib/strategy.js:67
this._realm = options.realm || 'Users';
^
TypeError: Cannot read property 'realm' of undefined
Can you help me?
The text was updated successfully, but these errors were encountered:
Hello, i use you library with ECMAScript and babel, when i compile all ok, but when i execute i get the follow error:
.../node_modules/passport-http-bearer/lib/strategy.js:67
this._realm = options.realm || 'Users';
^
TypeError: Cannot read property 'realm' of undefined
Can you help me?
The text was updated successfully, but these errors were encountered: