thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.49k stars 1.12k forks source link

Use 2048 bit test keys for compatibility with lcobucci/jwt >= 4.2.1. #1299

Closed EreMaijala closed 1 year ago

EreMaijala commented 1 year ago

It seems that https://github.com/lcobucci/jwt/commit/5a28a406a4d943a9237b2080ad16c1d37f12c05d changed the minimum RSA key length to 2048, which broke tests with version 4.2.1.

Sephster commented 1 year ago

Thanks for spotting this!