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: NixOS/hydra Loading
base: master
Choose a base ref
...
head repository: nbdd0121/hydra Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 24, 2023

  1. Remove gapi.auth2 usage

    This API has been deprecated and doesn't work for newly created
    client IDs.
    
    The login part is already migrated previously and the only usage left is
    the logout part with `auth2.signOut()` call. Accordingly to Google's
    migration guide [1], the signOut is no longer needed and can simply be
    removed.
    
    > Previously, auth2.signOut() could be used to help manage user sign-out
    > from your app. Any usage of auth2.signOut() should be removed, and
    > your app should directly manage per user session state and sign-in
    > status.
    
    [1] https://developers.google.com/identity/gsi/web/guides/migration#user_consent_and_revoking_permission
    nbdd0121 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    8ec6de3 View commit details
    Browse the repository at this point in the history
Loading