Skip to content

Conversation

@1ucas
Copy link

@1ucas 1ucas commented Nov 20, 2023

Documentation Contribution

The interface at "@apple/app-store-server-library" exposes SignedJWTVerifier as the external type to be used.
All other examples use this interface as reference for their imported types.

But Verification Usage was importing directly the inner type SignedDataVerifier.
To make it easier to new devs to onboard on the library, this PR conforms the example to the same interface and expected type.

Thanks for maintaining this project and making our lives easier working with IAP 🥳

The interface "@apple/app-store-server-library" exposes SignedJWTVerifier as the external type to be used. 
All other examples use this interface.
@1ucas 1ucas closed this Nov 20, 2023
@1ucas 1ucas deleted the patch-1 branch November 20, 2023 18:44
@1ucas 1ucas restored the patch-1 branch November 20, 2023 18:45
@1ucas 1ucas reopened this Nov 20, 2023
@1ucas
Copy link
Author

1ucas commented Nov 20, 2023

Sorry for closing it and reopening.
It seems GitHub doesn't deal well with branch renaming 🥲

@alexanderjordanbaker
Copy link
Collaborator

This has been superseded by #40, thank you for the report, the exported name was incorrect at should not have referenced a JWT, as these values are JWS not JWT, and has been updated to match the other libraries

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.

2 participants