Implicit OAuth2 endpoint vs. cookies
- by Jamie
I currently have an app which basically runs two halves of an API - a restful API for the web app, and a synchronisation API for the native clients (all over SSL).
The web app is completely javascript based and is quite similar to the native clients anyway - except it currently does not work offline.
What I'm hoping to do is merge the fragmented…