v0.2.2
What's Changed
Documentation Updates
- Updated all README files to reflect recent API changes:
- Changed registration field from
addresstobitcoincash_addressfor consistency - Updated registration documentation to show signature verification is now required (not optional)
- Removed references to
REQUIRE_SIGNATURE_FOR_REGISTRATIONsetting (signatures are now always required for security)
- Changed registration field from
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