Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commits on Oct 19, 2021

  1. remove redundant code in _update_auth_events_and_context_for_auth

    all this stuff is now redundant.
    richvdh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    4a8b5cc View commit details
    Browse the repository at this point in the history
  2. _update_auth_events_and_context_for_auth: delay copy of auth_events

    There's no point copying auth_events until we know we're going to modify it.
    richvdh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    53db7c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535aec7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e971ee View commit details
    Browse the repository at this point in the history
  5. _update_auth_events_and_context_for_auth: bail out earlier

    If state res produces no new state, we may as well bail out earlier.
    richvdh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    d1389f0 View commit details
    Browse the repository at this point in the history
  6. _update_auth_events_and_context_for_auth: just return auth map

    Pull out the updating of the context to the caller, so we just need to update
    the auth event map. This simplifies the interface somewhat.
    richvdh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    6d17246 View commit details
    Browse the repository at this point in the history
  7. changelog

    richvdh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f5674f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. drop redundant type hint

    richvdh committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    bb07db5 View commit details
    Browse the repository at this point in the history
  2. lint

    richvdh committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8b3dfd9 View commit details
    Browse the repository at this point in the history