jeremy379 / laravel-openid-connect

Implement OpenID Connect inside Laravel
MIT License
26 stars 13 forks source link

fix: use microtime() instead of time() when microseconds should be used #5

Closed TECHNOFAB11 closed 1 year ago

TECHNOFAB11 commented 1 year ago

DateTimeImmutable::createFromFormat always returned false for me resulting in an exception, this fixes the datetime parameter by using the correct type of time depending on configuration

jeremy379 commented 1 year ago

Thank you for this fix

coffe4u commented 1 year ago

Thanks for the quick fix on that! Sorry for the headache with my previous change.

TECHNOFAB11 commented 1 year ago

@coffe4u all good, thanks a bunch for your contributions to this library ❤️