Page 1 of 1

Querying User Data

Posted: Mon Jun 01, 2015 7:37 pm
by King Kroell

I would like to use auth0 to login to my app by verifying the user details when connecting to an external SQL database. How would I show user information from the database based on the logged in user? Do you have any tutorials on this?


Querying User Data

Posted: Tue Jun 02, 2015 3:20 pm
by Serhii Kulibaba

Hello,

Please use REST services for getting data from external DB: https://devcenter.appery.io/documenta...
And show data via mapping: https://devcenter.appery.io/documenta...


Querying User Data

Posted: Sat Jun 06, 2015 2:34 pm
by King Kroell

Thanks, managed to connect easily to an external MySQL database but is it possible to connect to a MS SQL server that is inside a VPN on a windows machine?


Querying User Data

Posted: Mon Jun 08, 2015 1:14 am
by Yurii Orishchuk

Hi King,

Server that you want to access should be accessed from device you use. In this case you can send requests.

Regards.