Page 1 of 1

auth0 plugin not working

Posted: Fri Aug 22, 2014 9:58 pm
by Darren Cassidy

I want to have login with facebook capabilities. I'm following this tutorial:http://devcenter.appery.io/documentat...

Here is my app: http://appery.io/app/view/027453f7-d8...

It is not working.


auth0 plugin not working

Posted: Fri Aug 22, 2014 10:47 pm
by Alena Prykhodko

Hello Dareen,

What exactly doesn't work?
I can see Facebook login after clicking icon, see screenshot http://prntscr.com/4fh7mn/direct


auth0 plugin not working

Posted: Fri Aug 22, 2014 10:58 pm
by Darren Cassidy

Click on the facebook icon to login. The resulting page doesn't populate the facebook user info properly.

In Auth0 it looks like the user is created and logged in correctly, but in appery.io it doesn't have access to the user data..


auth0 plugin not working

Posted: Wed Aug 27, 2014 7:36 pm
by Kateryna Grynko

Hi Darren,

There is no Facebook login in your app. When you redirect back to app the URL should be as follows:
prehttp://appery.io/app/view/027453f7-d86d-4db9-850e-29e717ba957c/Auth0_User.html#access_token=WoeDe7dyRZYtaoCD&id_token=eyJ0eXAiOiJKV1QiLCJ.......&token_type=bearer&state=wm5RjdIfgPt2B4YR/pre
You use a redirect to a page :prehttp://appery.io/app/view/027453f7-d86d-4db9-850e-29e717ba957c/Auth0_User.html#/pre
Please check all the settings in app and in app.auth0.com.
Also please make sure you follow the tutorial.