I'm doing a login system, however it's giving an error inside the passport-http-bearer module.
Cannot read property 'realm' of undefined
this._realm = options.realm || 'Users';
Project in Node.Js
I'm doing a login system, however it's giving an error inside the passport-http-bearer module.
Cannot read property 'realm' of undefined
this._realm = options.realm || 'Users';
Project in Node.Js