Tiqr / tiqr

Obsolete Github repo for the tiqr.org project. Note that the repository is split into several individual repos, all with a tiqr- prefix
35 stars 16 forks source link

Server library doesn't work with clients from App/Play Store #10

Closed pgh70 closed 11 years ago

pgh70 commented 12 years ago

Compatibility with old OCRA-library (which is in the current client in the AppStore / Play Store) is broken since 459c95693fa25079af56952953c74dd43d5e5b2b. Reverting this commit on current head restores compatibility, but makes the application crash on at least android after authenticating (which is successful !)

ijansch commented 11 years ago

I have a fix imminent for this. I'm using the old OCRA for protocolVersion 1 clients and the new one for version 2 clients.

ijansch commented 11 years ago

We just merged a backwardscompatible version. Tiqr now uses X-TIQR-Protocol-Version headers to indicate which versions of the protocol should be used. Latest server now works with the clients from the store and with the new clients.