Skip to content

feature:FGI-1575 Add ability to manage a users connected accounts - #60

Merged
kishore7snehil merged 18 commits into
mainfrom
FGI-1575_manage_connected_accounts
Feb 6, 2026
Merged

feature:FGI-1575 Add ability to manage a users connected accounts#60
kishore7snehil merged 18 commits into
mainfrom
FGI-1575_manage_connected_accounts

Conversation

@sam-muncke

@sam-muncke sam-muncke commented Nov 18, 2025

Copy link
Copy Markdown
Contributor

Changes

This PR exposes 3 new methods corresponding to the connected account management endpoints of My Account API:

  • list_connected_account_connections: List the available connections that a user may use for connected accounts
  • list_connected_accounts: List the connected accounts a user already has
  • delete_connected_account: Delete a connected account

References

https://auth0team.atlassian.net/browse/FGI-1575

Testing

See included docs for testing instructions

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@sam-muncke
sam-muncke marked this pull request as ready for review November 18, 2025 19:01
@sam-muncke
sam-muncke requested a review from a team as a code owner November 18, 2025 19:01
@sam-muncke sam-muncke changed the title Fgi 1575 manage connected accounts Nov 18, 2025
@sam-muncke sam-muncke changed the title feature:FGI-1575 Add ability to manage connected accounts Nov 18, 2025
@kishore7snehil

Copy link
Copy Markdown
Contributor
@github-actions

github-actions Bot commented Dec 8, 2025

Copy link
Copy Markdown
Contributor

Claude finished @kishore7snehil's task —— View job


Code Review Complete

Tasks

  • Read PR diff
  • Read changed files for context
  • Review code quality
  • Review security
  • Review performance
  • Provide overall assessment

Overall Assessment

❌ This PR has critical issues that must be fixed before merging, including incorrect return types, syntax errors in documentation examples, error handling vulnerabilities, and misleading error messages.


Comment thread src/auth0_server_python/auth_server/my_account_client.py Outdated
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread src/auth0_server_python/auth_server/my_account_client.py Outdated
Comment thread src/auth0_server_python/auth_server/my_account_client.py Outdated
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread src/auth0_server_python/auth_server/server_client.py Outdated
Comment thread examples/ConnectedAccounts.md
Comment thread examples/ConnectedAccounts.md
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread examples/ConnectedAccounts.md
Comment thread src/auth0_server_python/auth_types/__init__.py Outdated
Comment thread src/auth0_server_python/auth_types/__init__.py Outdated
Comment thread src/auth0_server_python/auth_server/server_client.py
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread src/auth0_server_python/auth_server/my_account_client.py Outdated
Comment thread src/auth0_server_python/auth_server/my_account_client.py
Comment thread src/auth0_server_python/error/__init__.py Fixed

@kishore7snehil kishore7snehil left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kishore7snehil
kishore7snehil merged commit 0a65953 into main Feb 6, 2026
7 of 8 checks passed
@kishore7snehil
kishore7snehil deleted the FGI-1575_manage_connected_accounts branch February 6, 2026 10:57
@kishore7snehil kishore7snehil mentioned this pull request Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants