Skip to content

v0.2.2

Choose a tag to compare

@joemarct joemarct released this 04 Mar 12:08
· 8 commits to master since this release

What's Changed

Documentation Updates

  • Updated all README files to reflect recent API changes:
    • Changed registration field from address to bitcoincash_address for consistency
    • Updated registration documentation to show signature verification is now required (not optional)
    • Removed references to REQUIRE_SIGNATURE_FOR_REGISTRATION setting (signatures are now always required for security)

Package Versions

  • bitcoincash-oauth-django: 0.2.5 (unchanged)
  • bitcoincash-oauth-fastapi: 0.2.3 (unchanged)
  • bitcoincash-oauth-client: 0.2.1 → 0.2.2

Security Improvements

Registration now requires signature verification by default to prevent wallet address squatting. This ensures only the actual owner of a Bitcoin Cash address can register it.

Full Changelog: v0.2.1...v0.2.2