fix: Using alg=none header for custom tokens in emulator mode by hiranya911 · Pull Request #541 · firebase/firebase-admin-python
Conversation
Setting the alg header to none when creating custom tokens for the emulator. This requires a recent bug fix in the google-auth package: googleapis/google-auth-library-python#729
To enable that I'm also upgrading the corresponding dependencies.
Tried to work around that issue in the tests, but it's not quite working out. Turns out google-cloud-firestore has also dropped Python 3.5 support as of their v2 release. I think we have to just drop Python 3.5 support before we can go ahead.
@lahirumaramba FYA
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters