Skip to content

Bump Android SDK to 3.4.1-alpha.4#86

Closed
stevenclouston wants to merge 9 commits intomainfrom
stevenclouston/pass-bool-to-native-sdks
Closed

Bump Android SDK to 3.4.1-alpha.4#86
stevenclouston wants to merge 9 commits intomainfrom
stevenclouston/pass-bool-to-native-sdks

Conversation

@stevenclouston
Copy link
Copy Markdown
Contributor

Summary

  • Bumps authsignal-android from 3.4.1-alpha.3 to 3.4.1-alpha.4
  • Picks up fix for getJwtClaim not checking nested other object in JWT payload, which caused Play Integrity attestation to fail with "Failed to extract idempotencyKey from token"

Test plan

  • Verify addCredential(appAttestation: true) succeeds on Android device

Remove AppAttestationProvider enum from public API. Provider is now
hardcoded internally by each native SDK (APP_ATTEST for iOS, PLAY_INTEGRITY
for Android). AppAttestation interface now just takes token and optional
keyId. Also bumps native SDK deps and version to 2.8.0-alpha.2.
The native SDKs now generate attestation internally, so callers
only need to signal whether attestation should be enabled rather
than passing the attestation token and keyId.
Both iOS and Android native SDKs now accept a boolean for
appAttestation and handle attestation generation internally.
Remove the sentinel AppAttestation object workaround from
both bridges. Bump version to 2.8.0-alpha.3.
Picks up fix for getJwtClaim not checking nested 'other' object
in JWT payload, which caused Play Integrity attestation to fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant