React-native-auth0: Social login?

Created on 19 Jan 2017  路  7Comments  路  Source: auth0/react-native-auth0

Does this library support social login?

When I try this:
.login("<EMAIL>", "<PASSWORD>", "facebook")

I get this error:
Error: specified strategy does not support requested operation (facebook)

I need to use Auth0 for social login with a custom login UI.

Most helpful comment

hey @hzalaz, has there been any progress with this?

All 7 comments

@dronsfield that method is for database and AD connections. For social connections you need to enter the user credentials in the social provider login page and this involves showing that page in a browser. We are going to add this feature to this library soon.

@hzalaz Thanks. I was hoping to use Auth0 as a quick solution for a client project, do you think this feature will be ready in the next couple of months?

@dronsfield we aim to start working on this sometime in Feb so I'd say March

@hzalaz cool, thanks for your help

hey @hzalaz, has there been any progress with this?

I have to implement this for Facebook and Google social login, but with a custom UI I can't use Lock for React-Native at the moment 馃槶

I will try to do it by myself but sounds complicated.

Could really do with this

Was this page helpful?
0 / 5 - 0 ratings