Skip to content

Comments

Pass auth token on GET requests#64

Merged
SeanTAllen merged 1 commit intomainfrom
fix-get-auth-token
Feb 8, 2026
Merged

Pass auth token on GET requests#64
SeanTAllen merged 1 commit intomainfrom
fix-get-auth-token

Conversation

@SeanTAllen
Copy link
Member

Summary

  • GET-based API operations (JsonRequester, PaginatedJsonRequester, SearchJsonRequester) were making unauthenticated requests because they never passed the token to RequestFactory, limiting rate to 60 req/hr and blocking private repo access
  • Thread Credentials through the requester and handler factory chain so RequestFactory receives the token, matching what POST and DELETE already do

Closes #63

GET-based API operations (JsonRequester, PaginatedJsonRequester,
SearchJsonRequester) were making unauthenticated requests because they
never passed the token to RequestFactory. Thread Credentials through
the requester and handler factory chain so RequestFactory receives the
token, matching what POST and DELETE already do.

Closes #63
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Feb 8, 2026
@SeanTAllen SeanTAllen merged commit 991e1d6 into main Feb 8, 2026
10 checks passed
@SeanTAllen SeanTAllen deleted the fix-get-auth-token branch February 8, 2026 18:37
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Feb 8, 2026
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.

GET requests don't send authentication token

2 participants