Skip to content

0.2.0

Compare
Choose a tag to compare
@reinink reinink released this 08 Jan 01:11
· 295 commits to master since this release
  • Removed sign_key option from the Server class. For simplicity HTTP signatures are now configured and managed separately from the server.
  • Renamed SignKey to HttpSignature.
  • Renamed InvalidTokenException to InvalidSignatureException.
  • Added new HttpSignature interface, allowing for custom implementations.
  • Added new HttpSignature and UrlBuilder factories.
  • Added new base URL option to server class.