kreait / firebase-tokens-php

A PHP library to work with Firebase tokens
MIT License
223 stars 33 forks source link

Added timeskew tolerancy for issued_at and auth_time values #14

Closed stylers closed 5 years ago

stylers commented 5 years ago

solution for issue: https://github.com/kreait/firebase-tokens-php/issues/13

based on the dotnet version: https://github.com/firebase/firebase-admin-dotnet/issues/28

jeromegamez commented 5 years ago

Hy @stylers / @navee85, and thank you for your PR 🌺! I'll be happy to merge it once you've had a look at the requested changes. (Don't worry about the failed CI build)

jeromegamez commented 5 years ago

@navee85 I will make the changes myself and merge this locally while keeping your authorship intact, no need to apply my requested changes 🎉

jeromegamez commented 5 years ago

Merged with 7e9877a0187e88c3d96372e2d06cdecc6db87254

Thanks!