mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[GH-ISSUE #167] Audit: Consider shorter JWT token lifetime #49
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rudrankriyam on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/167
Description
internal/asc/client_core.go:31sets JWT token lifetime to 20 minutes:Impact
While 20 minutes is reasonable, App Store Connect tokens should ideally be shorter-lived (5-10 minutes) for better security, especially if tokens are cached.
Location
internal/asc/client_core.go:31Consideration
Consider reducing to 10 minutes or making it configurable via environment variable.
Severity
Low (security hardening suggestion)
@rudrankriyam commented on GitHub (Jan 25, 2026):
Closed via #170.