King Kroell
Posts: 0
Joined: Mon Jun 01, 2015 7:37 pm

Querying User Data

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Querying User Data

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...

King Kroell
Posts: 0
Joined: Mon Jun 01, 2015 7:37 pm

Querying User Data

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?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Querying User Data

Hi King,

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

Regards.

Return to “Issues”