pmill / aws-cognito

A PHP library for AWS Cognito user pools
MIT License
74 stars 62 forks source link

Use curl for downloading the jwks file because of proxy #28

Closed mschmie closed 5 years ago

mschmie commented 5 years ago

This PR is solving the issue #27 with file_get_contents if you are behind a proxy and want to get jwks json file per http request.