Markus Podar

Results 404 comments of Markus Podar

> This is an early draft at this stage. You can also use githubs feature and actually turn it into a draft PR, gives better immediate visibility: ![image](https://github.com/user-attachments/assets/eeeee8bc-867c-4d9f-9184-016c98704b41)

"time is of essence" Did you verify the clock on the domain / server where it's not working is correct?

https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.6 says > The "iat" (issued at) claim identifies the time at which the JWT was > issued. This claim can be used to determine the age of the JWT....

You seem to have other outdated / conflicting dependencies. Try with `-W` or please show your `composer.json`

> please show your `composer.json`

Works for me (MacOS): ``` $ composer require php-open-source-saver/jwt-auth ./composer.json has been updated Running composer update php-open-source-saver/jwt-auth Loading composer repositories with package information Updating dependencies Lock file operations: 4 installs,...

I think the problem is that in your Windows installation you don't have the `sodium` (cryptographic extension) available/enabled. jwt-auth itself does not directly use it, but with the version constraints...

I replied over at https://github.com/PHP-Open-Source-Saver/jwt-auth/issues/268#issuecomment-2471326345

I just left for vacation, won't be until August I can check it out