tokusumi / fastapi-cloudauth

Simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication).
MIT License
323 stars 35 forks source link

Store Firebase JWKS expiry and refresh keys when they expire #60

Closed jleclanche closed 2 years ago

jleclanche commented 2 years ago

Fixes #59

tokusumi commented 2 years ago

Thank you for your help @jleclanche !

Created new PR to run CI with environment variables in main repository. In PR (#61), Refactored your work and added tests. That PR will be merged, so make this PR close.