feat(auth): Add `clockSkewInSeconds` by stillmatic · Pull Request #714 · firebase/firebase-admin-python
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @stillmatic for your contribution and getting this feature moving again.
This looks great! I have attached a few comments to be addressed to fully match the approved internal API proposal so please take a look.
Additionally, we would like to add validation on the clock_skew_seconds to limit it to between 0 and 60 seconds and throw a Value Error otherwise. Could you add that here with supporting test cases? Thank you!