You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authorization code grant type throws Using integers for registered date claims is deprecated, please use DateTimeImmutable objects instead during token generation because of the changes in lcobucci/jwt:3.4
league/oauth2-server:8.1.1 and lcobucci/jwt:3.3.3 works fine.
Steps to reproduce the behavior:
composer require ezralazuardy/heimdall //which installs latest versions of league/oauth2-server version 8.2.4 which uses lcobucci/jwt:3.4.5
Use authorization code grant
Token generation step gives error
Expected behavior
Generated tokens
Screenshots
The text was updated successfully, but these errors were encountered:
Authorization code grant type throws
Using integers for registered date claims is deprecated, please use DateTimeImmutable objects instead
during token generation because of the changes in lcobucci/jwt:3.4league/oauth2-server:8.1.1 and lcobucci/jwt:3.3.3 works fine.
Steps to reproduce the behavior:
composer require ezralazuardy/heimdall //which installs latest versions of league/oauth2-server version 8.2.4 which uses lcobucci/jwt:3.4.5
Use authorization code grant
Token generation step gives error
Expected behavior
Generated tokens
Screenshots
The text was updated successfully, but these errors were encountered: