We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question
0

App Integration with Keyrock

asked 2016-05-31 12:52:14 +0200

blackbit gravatar image

I have a php application made with PHP and MySQL (No MVC structure used). I have seen that the generic enablers like KeyRock are made using python, django and a MVC structure.

Do I have to migrate from PHP to Django my current application to integrate the enabler KeyRock? or is it a separated service that communicates with Keyrock by web services or accessing a BD?

For instance if I want to create a user in keyrock should I use python-django function call or I make a call to a db function call, or make a web request with parameters via Post or get.

Thanks in advance.

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
0

answered 2016-06-01 09:15:41 +0200

jmcantera gravatar image

keyrock is an independent service so you don't need to change anything in your app

to use it you need to use REST APIs or OAuth flows. you may have a look at

http://fiwaretourguide.readthedocs.io...

for further information.

thanks

edit flag offensive delete link more
0

answered 2016-06-01 09:23:51 +0200

blackbit gravatar image

Thanks for the information. It solved my doubts.

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2016-05-31 12:50:43 +0200

Seen: 1,602 times

Last updated: Jun 01 '16