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: firebase/firebase-admin-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bde3fb0
Choose a base ref
...
head repository: Ticker-Events/firebase-admin-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4113403
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Jul 14, 2022

  1. Added clock_skew_in_seconds to token verification

    Adding the optional parameter clock_skew_in_seconds=60 to the call to google.oauth2.id_token.verify_token now allows for the token-issuing server's clock to be off by up to a minute without the token becoming invalid due to a 'issued-at-time' timestamp that is in the future.
    fschaeck authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e38f71a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Added new app option clockSkewInSeconds

    This option value is used for the token verification instead of the fixed 60 seconds from
    the earlier commit.
    
    This way, the user of firebase_admin can decide if he/she wants to set that value or not.
    Also all existing uses of firebase_admin won't suddenly change behaviour, since if the
    option is not specified, it's default of 0 is equivalent to what was used before the
    introduction of the new option.
    fschaeck committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    4d14005 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

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

Commits on Dec 3, 2022

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

Commits on Oct 3, 2023

  1. Merge pull request #1 from Ticker-Events/fschaeck-clock_skew

    Fschaeck clock skew
    anroopak authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4113403 View commit details
    Browse the repository at this point in the history
Loading