ministryofjustice / jwt-laminas-auth

Module to provide JWT token support to Laminas framework MVC applications
Other
7 stars 1 forks source link

Require lcobucci/clock #33

Closed gregtyler closed 10 months ago

gregtyler commented 10 months ago

We use this in JwtServiceFactory. It was omitted before since it was a transitive dependency through lcobucci/jwt, but that's been dropped in v5 so we now need to require it explicitly.