Skip to content

Add OAuth client credentials support to API helper - #28

Merged
fasteiner merged 2 commits into
Devfrom
codex/add-oauth-authentication-for-xurrent
Oct 9, 2025
Merged

Add OAuth client credentials support to API helper#28
fasteiner merged 2 commits into
Devfrom
codex/add-oauth-authentication-for-xurrent

Conversation

@fasteiner

Copy link
Copy Markdown
Owner

Summary

  • add OAuth client credentials support with automatic token management to XurrentApiHelper
  • keep existing API key authentication while validating that only one method is provided
  • document OAuth usage and cover the new behaviour with unit tests

Testing

  • pytest tests/unit_tests

https://chatgpt.com/codex/tasks/task_e_68dd519815d88322a03a62e0c08271a9

@fasteiner
fasteiner marked this pull request as draft October 1, 2025 17:49
@fasteiner

Copy link
Copy Markdown
OwnerAuthor

Still pending: the qa and demo urls for oauth need to be supported as well

…auto-refreshing tokens on 401 errors; update README and CHANGELOG accordingly.
@fasteiner
fasteiner marked this pull request as ready for review October 9, 2025 13:47
@fasteiner
fasteiner merged commit 8716e29 into DevOct 9, 2025
@fasteiner
fasteiner deleted the codex/add-oauth-authentication-for-xurrent branch October 9, 2025 13:49
@fasteiner
fasteiner restored the codex/add-oauth-authentication-for-xurrent branch October 9, 2025 13:50
@fasteiner
fasteiner deleted the codex/add-oauth-authentication-for-xurrent branch October 9, 2025 14:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@fasteiner