Move oauth middleware after redirects middleware so redirect also gets new oauth token
This fixes issue at https://github.com/lildude/phpSmug/issues/68
We are experiencing the same issue. If the response indicates a redirect, the redirect results in a 401 because the same nonce is being used.
Move oauth middleware after redirects middleware so redirect also gets new oauth token
This fixes issue at https://github.com/lildude/phpSmug/issues/68 We are experiencing the same issue. If the response indicates a redirect, the redirect results in a 401 because the same nonce is being used.