Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: duosecurity/duo_client_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.0
Choose a base ref
...
head repository: duosecurity/duo_client_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.0
Choose a head ref
  • 12 commits
  • 36 files changed
  • 9 contributors

Commits on Dec 8, 2023

  1. feat: Add verification push methods to client (#241)

    * feat: Add verification push methods to client
    
    * Add tests
    
    * Improve params
    jcheng-duo authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c29d67b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Add get user by email method to duo_client_python along with example …

    …script (#244)
    
    * doc: add report_user_by_email.py to examples
    
    * feat: add get_user_by_email() method to admin.py
    doc: add report_user_by_email.py to examples
    
    * Revert "feat: add get_user_by_email() method to admin.py"
    
    This reverts commit 48580c1.
    
    * feat: add get_user_by_email() method to admin.py
    doc: add report_user_by_email.py to examples
    MarkTripod-Duo authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e0324f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    0d3b5ec View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    d4c011a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Re-organize examples into subfolders based on Duo APIs (#248)

    * doc: add report_user_by_email.py to examples
    
    * feat: add get_user_by_email() method to admin.py
    doc: add report_user_by_email.py to examples
    
    * Revert "feat: add get_user_by_email() method to admin.py"
    
    This reverts commit 48580c1.
    
    * feat: add get_user_by_email() method to admin.py
    doc: add report_user_by_email.py to examples
    
    * doc: update report_user_by_email.py example to use get_user_by_email() method instead of generic json_api_call() method.
    
    * chore: reorganize examples into client specific folders and add Auth API examples for user authentication
    
    * chore: reorganize examples into client specific folders. add Auth API examples for user authentication and Accounts API examples for managing child accounts
    
    * chore: remove obsolete reort_user_by_email.py example
    
    * refactor: organize examples into client specific folders. add new examples for Accounts and Auth APIs
    
    * Revert "chore: remove obsolete reort_user_by_email.py example"
    
    This reverts commit 6294f16.
    
    * Revert "refactor: organize examples into client specific folders. add new examples for Accounts and Auth APIs"
    
    This reverts commit abde747.
    
    * doc: add README.md files for each example folder
    
    * doc: add Accounts API get/set edition examples
    
    * chore: move get_billing_and_telephony_credits.py from examples/Admin to examples/Accounts
    
    * chore: clean up path locations in examples README files
    
    * chore: clean up path locations in examples
    
    * chore: remove duplicate files in examples
    
    * chore: add README.md for examples
    
    * docs: add get_users_in_group_with_aliases.py to examples/Admin
    MarkTripod-Duo authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    653a103 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c25fc29 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    32265f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    6683995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b5a0c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    b7929a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    44e1654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f091f6 View commit details
    Browse the repository at this point in the history
Loading