Skip to content

v0.3.0

Compare
Choose a tag to compare
@JamesDPC JamesDPC released this 08 Apr 08:15
· 53 commits to master since this release
f56f6a3

Changes

This update moves nonce application into a requirements backend by default, avoiding the need to process the HTTPResponse body via DOMDocument.

  • Refactor and improve nonce creation and application
  • The default method of applying nonces is via an injected requirements backend
  • The middleware option is still available (see Policy.nonce_injection_method = 'middleware' )
  • Default nonce length is reduced to the minimum 16 chrs
  • Add tests to suit
  • Update documentation to suit