LoginRadius / php-sdk

The LoginRadius PHP library will let you integrate LoginRadius' customer identity platform with your PHP application(s).
https://www.loginradius.com
MIT License
26 stars 38 forks source link

Fix PHP SDK Demo Error Response Handling #27

Closed indrasen715 closed 3 years ago

indrasen715 commented 4 years ago
  1. Fixed error response issue as it is not handled properly, it always shows An error occurred. While using the demo. The expected behavior is it needs to show proper error message returned From Loginradius API.
  2. Updated new LoginRadius Logo
  3. Changed customObjectByToken function with getCustomObjectByToken as it is throwing error.