Skip to content

v3.0.0

Compare
Choose a tag to compare
@stefanprokopdev stefanprokopdev released this 07 Jul 06:30
· 85 commits to main since this release

breaking changes:

  • now we have a returned type, which can cause an TypeError in user projects, and need fix assigning any type like const jwtClaims: any = await verifyAppleToken ...

feat:

  • return fully typed jwtClaims
  • exported VerifyAppleIdTokenPayload and VerifyAppleIdTokenResponse types

fix:

  • multiple clientId includes
  • dev enhancement:

other:

  • code formatting
  • eslint code linting