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
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
I'm getting and error
TypeError: Cannot set property 'accessToken' of undefined
in https://github.com/feathersjs/feathers-authentication/blob/master/src/services/oauth2/index.js#L44 probably due to_json
property is missing. Looking at other Strategies' implementation I see this inpassport-facebook
(set here: https://github.com/jaredhanson/passport-facebook/blob/master/lib/strategy.js#L179), but not, for example, inpassport-google
. My Strategy provider does not set it as well.Can this be made conditional?
The text was updated successfully, but these errors were encountered: