v0.3.0
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