v3.0.0
breaking changes:
- now we have a returned type, which can cause an
TypeError
in user projects, and need fix assigningany
type likeconst 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