Thanks to visit codestin.com
Credit goes to github.com

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: auth0/auth0-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: auth0/auth0-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 4, 2025

  1. fix: handle authorization_details in back_channel_login (#695)

    ### Changes
    
    - Add support for `authorization_details `parameter in
    back_channel_login method
    - Serialize `authorization_details` to JSON strings before sending
    requests
    - Update docstrings to clarify expected formats for
    `authorization_details`
    - Modify tests to expect serialized JSON strings for
    `authorization_details`
    
    ### References
    
    
    - [Back-Channel
    Login](https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow/user-authentication-with-ciba)
    
    - [Back Channel Login Auth
    API](https://auth0.com/docs/api/authentication/login/start-back-channel-login)
    
    ### Testing
    
    - [x] This change adds test coverage
    
    - [x] This change has been tested on the latest version of the
    platform/language or why not
    
    ### Contributor Checklist
    
    - [x] I agree to adhere to the [Auth0 General Contribution
    Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).
    - [x] I agree to uphold the [Auth0 Code of
    Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
    kishore7snehil authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    ba032e8 View commit details
    Browse the repository at this point in the history
Loading