Skip to content

Conversation

@privateip
Copy link
Member

  • Extract access_token from OAuth response in AsyncAuthMixin.authenticate_oauth()
  • Add token storage to self.token for subsequent authenticated requests
  • Update test_async_authenticate_oauth_success to verify token extraction
  • Add test_async_authenticate_oauth_no_access_token for missing token case
  • Add test_async_authenticate_oauth_non_dict_response for invalid response case
  • Update test_async_authenticate_oauth_path to properly mock response with token

- Extract access_token from OAuth response in AsyncAuthMixin.authenticate_oauth()
- Add token storage to self.token for subsequent authenticated requests
- Update test_async_authenticate_oauth_success to verify token extraction
- Add test_async_authenticate_oauth_no_access_token for missing token case
- Add test_async_authenticate_oauth_non_dict_response for invalid response case
- Update test_async_authenticate_oauth_path to properly mock response with token
@privateip privateip requested a review from a team as a code owner December 12, 2025 13:28
@privateip privateip merged commit 4789292 into itential:devel Dec 12, 2025
4 checks passed
@privateip privateip deleted the fix-oauth-token branch December 12, 2025 14:44
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