rauth_flutter 2.0.1
rauth_flutter: ^2.0.1 copied to clipboard
RAuth v2 Flutter SDK - Cross-platform reverse authentication library for WhatsApp, Reverse SMS, OneID, and Passkey. Supports Android, iOS, and Web with device info auto-detection, HMAC signing, and ap [...]
Changelog #
2.0.1 #
Changed #
- Fixed base URL to internal constant (removed baseUrl from config)
- Renamed
pollVerificationtoawaitVerification - Updated README and example accordingly
2.0.0 #
Added #
- RAuth v2 API support
- Multiple login methods: WhatsApp, Reverse SMS, OneID, Passkey
- Passkey registration support
- Approval system for sensitive actions
- Cross-platform device info auto-detection (Android, iOS, Web)
- Automatic public IP detection with fallback
- Background polling for session verification
- Comprehensive error handling with typed exceptions
- Web support with browser detection
Changed #
- API endpoints updated to
/v2/* - Session init response structure changed (dynamic verification links)
- Device info structure enhanced with more fields
- HMAC signing format:
appId + phone + timestamp
Removed #
- v1 API endpoints
- Static WhatsApp link format