Edian Verpoort
Edian Verpoort
HMAC-SHA256 is available since 0.5 release. By default it takes HMAC-SHA1, this can be overwritten by the following settings: ```php $middleware = new Oauth1([ 'signature_method' => Oauth1::SIGNATURE_METHOD_HMACSHA256 ]); $stack->push($middleware); ```
If someone else is encountering this problem, you can simply downgrade serverless to 2.15.0 by running the following command and your application should be good to go again: `npm install...
Seems fair right. Maybe update the documentation though?