Axel SHAÏTA

Results 8 comments of Axel SHAÏTA
trafficstars

Do you have a solution for that?

Hi thanks for you PR. The required headers are the headers present in the Authorization header. If the header parameters isn't present on the signature, we use the date header....

What's the request from the client to your API?

It's not the right way, look the documentation https://github.com/arkerone/api-key-auth/blob/master/signature.md

@sookoll The documentation about the creation of the signature is here : https://github.com/arkerone/api-key-auth/blob/master/signature.md I describe the part of the authorization header. @ZandercraftGames You don't use the library properly. You must...

@ZandercraftGames It's ok for you?

@DannnB your code looks good ! Unfortunately, I don't have anytime to create a lib for the client side. Don't use it for a "browser" authentication, this auth method must...

What example are you talking about? The signature is required and must be create by the client. I detailed the process here : https://github.com/arkerone/api-key-auth/blob/master/signature.md