Open
Description
Prerequisites
- I have searched the repository’s issues and Kinde community to ensure my issue isn’t a duplicate
- I have checked the latest version of the library to replicate my issue
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
Describe the issue
Under some (so far unknown) circumstances, there is an error on this line, as $claims passed from the line above is null.
Some checking needs to be performed, and a meaningful exception raised when those checks fail, or sensible defaults passed.
Library URL
https://github.com/kinde-oss/kinde-php-sdk
Library version
1.2.3
Operating system(s)
macOS
Operating system version(s)
macOS Sonoma
Further environment details
Using as part of a PHP/Laravel application, and getUserOrganizations()
is being called on a request subsequent to the login request.
Reproducible test case URL
No response
Additional information
No response