Skip to content

Re-create a compatible interface as of version 0.0.5 and below #7

@SergeMv

Description

@SergeMv

In previous versions of safetynet_attestation you could do this:

  • pass your own nonce as a parameter to the safetyNetAttestationJwt() call
  • receive a JWT string that you pass to your own server for deciphering and make decisions on the server

In your current 1.0.1 version nothing of these is possible:

  • you cannot pass your nonce to the playIntegrityApiPayload or playIntegrityApiManualPayload
  • you receive only decoded JWSPayloadModel. None of your methods now return a String

Can you please re-create the old interface?
That is: receive a JWT string as a response (not a parsed object) and pass your own nonce to the function

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions