Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Store Connect API client improvements #256

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

godrei
Copy link
Contributor

@godrei godrei commented Dec 12, 2024

This PR:

1, Adds the missing IssuedAt claim to the JWT token used for the App Store Connect API.
Based on the App Store Connect API and Enterprise Program API documentation IssuedAt is a required claim.

2, Switches to the standard jwt.RegisteredClaims from the current custom implementation to simplify token validation

3, Log a warning message for HTTP 429 (Too Many Requests) responses

@godrei godrei changed the title Appstore connect api fixes App Store Connect API client improvements Dec 13, 2024
@godrei godrei marked this pull request as ready for review December 13, 2024 12:04
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