0.2.0
- Removed
sign_key
option from theServer
class. For simplicity HTTP signatures are now configured and managed separately from the server. - Renamed
SignKey
toHttpSignature
. - Renamed
InvalidTokenException
toInvalidSignatureException
. - Added new
HttpSignature
interface, allowing for custom implementations. - Added new
HttpSignature
andUrlBuilder
factories. - Added new base URL option to server class.