android-play-safetynet icon indicating copy to clipboard operation
android-play-safetynet copied to clipboard

I am getting a large string for response.getJwsResult().

Open srjmca opened this issue 3 years ago • 1 comments

I am getting a string similar to a bearer token. Using System.currentTimeMillis() as nonce. How to validate the result on server?

srjmca avatar Oct 30 '20 10:10 srjmca

The result, as the name implies, is a JWS token A.K.A. JSON Web Signature. You can check the contents of the JWS on websites like https://jwt.io/

Read more here: https://en.wikipedia.org/wiki/JSON_Web_Token

giacomoferretti avatar Dec 22 '20 16:12 giacomoferretti