steverhoades / oauth2-openid-connect-server

An OpenID Connect Server plugin for The PHP League's OAuth2 Server
MIT License
198 stars 41 forks source link

Allow league/oauth2-server to provide private key in memory instead of in a file. #40

Closed tjveldhuizen closed 3 years ago

tjveldhuizen commented 3 years ago

Allow the new CryptKey of https://github.com/thephpleague/oauth2-server/releases/tag/8.3.2 which is not stored as a temporary file anymore (https://github.com/thephpleague/oauth2-server/issues/1240)

Fixes #39

steverhoades commented 3 years ago

Thank you @tjveldhuizen for the contribution!

steverhoades commented 3 years ago

This PR is available with v2.1.0