Hello, I’m trying to build a react native application with basic Sign up/Sign in functionality. I’ve successfully implemented sign up using dbconnections/signup API. However I failed to implement Sign In with email and password because I haven’t found appropriate API endpoint. I also tried to implement behaviour according to quickstart guide but as the response I get the HTML widget which I have no use of.
Is there any working solution for good old sign in with email and password?
Thanks in advance.
Welcome to the Auth0 Community Forum!
You are wanting to implement embedded login with React Native. I don’t see an example on this doc that outlines the two solutions, but I would guess you follow the same pattern outlined in the android and ios examples:
I have found a topic on it (sorry it is not quite a working example):
Hope this helps!
Thanks,
Dan
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.