Freek Post
Freek Post
100 means SESSION_INVALIDATED as far as I know. Basically it happens when the first request isn't also signed. The first request needs to be signed with the AuthInfo's token, the...
Yes, basically they're slowly phasing out support for 0.45
@voxx I've solved it in my own API, but 0.57.2 itself requires a hashing server. If I have time I can try to redo the PR for this lib, and...
@KyleBoyer I didn't add the signature to that yet, planning to do that later still.
I'll take a crack at converting the encrypt library to PHP aswell.
I'm working on a small library to generate a correct signature.
@Ni42 By all means go ahead, I'm thinking about creating a PR for this. I wanted to ask, before I do that, @NicklasWallgren . My current implementation requires a PHP...
I made a PR, couldn't test it on PHP 5.6 tho. Can anyone do that? I've included a polyfill for random_bytes in the composer file.