Closed achabill closed 6 years ago
No one?
You will probably have to use this module with https://github.com/drudge/passport-facebook-token and a different name as the strategy. Then
feathersClient.authenticate({
strategy: 'facbeook-token',
access_token: 'access token here'
});
Should get you a valid JWT.
I have logged in with
react-native-fbsdk
and gotten a token. I then want to authenticate on the server. Tried several things but don't work.Server
Client
Method 1
Method2: