Releases: scottyab/safetynethelper
Releases · scottyab/safetynethelper
0.8.0
0.3.0
- Uses and reports new
basicIntegrity
flag - Depends on
play-services-safetynet:10.0.1
- Better error message when request fails
- Doesn't run the validation when
basicIntegrity
orctsProfileMatch
are false as the safetynet API no longer returns data to validate (but also you don't really need to validate false responses, it's the true ones you're more likely to care about)
0.1.1
0.1.0
- Simplified call the SafetyNet API
- Decoding of the JSON Web Token (JWT) into simple POJO
- Validation of the payload matches the request
- Integration with the Device verification API to verify the JWT message.
- SSL pinning on the Device verification API connection