okta / okta-sdk-php

PHP SDK for the Okta API
Apache License 2.0
38 stars 71 forks source link

Handle cases where posix_getpwuid might return false #140

Open pdples opened 2 years ago

pdples commented 2 years ago

posix_getpwuid might return false if it fails to get the user data, which is most common in Docker environments.