Changes for version 0.005 - 2016-12-08
- No longer move parameters starting with oauth_ to the Authorization header from the query or body parameters; the only modification to the request is to add the Authorization header itself, as per the spec. Custom oauth_ parameters should be passed directly to the authenticate or authorization_header methods rather than in query or body parameters, so they can be properly sent in the header.
- Removed the remove_query_params and remove_body_params methods from the WWW::OAuth::Request role as they are no longer needed.
- Added authorization_header method that returns the Authorization header value instead of setting it in the request.
Modules
Portable OAuth 1.0 authentication
HTTP Request container role
HTTP Request container for HTTP::Tiny
HTTP Request container for HTTP::Request
HTTP Request container for Mojo::Message::Request
Utility functions for WWW::OAuth