Hey,
I'm struggling with implementing OAuth mechanism in web app. I have seen a lot of topics about it but no one gives a definitely answer how to do it. Basically I tried two ways to achieve it.
1. Create hybrid app and use official tizen API.
Service app can't access UI elements like web view so we can't perform it in that way.
2. Implement on the client side using windows.
I read some posts that this solution works on emulator but it doesn't work on real device. Unfortunately I don't have a Tizen phone so I can't check it. Can somebody confirm that? I can also add that this way doesn't work on web simulator. Ripple doesn't show us a window.open(...) page
Does anybody implemented it? Do you have any ideas how can I do it?
Old topics:
https://developer.tizen.org/forums/web-application-development/oauth-issues
https://developer.tizen.org/forums/web-application-development/implementing-oauth-mobile-app