rc-xtralife-api
v4.4.8
Published
Xtralife.cloud business logic shared between components
Downloads
5
Readme
Core xtralife APIs module
This module is reused in xtralife-http (for xtralife-server) and xtralife-dashboard.
This module is based on v4.4.7 but added bugfix:
Bug Fix: loginFacebook Method
This version includes a fix for a critical issue in the loginFacebook method located in src/lib/connect.js.
Problem: The original implementation of loginFacebook was missing the user parameter in the .then() callback of the findOne() operation. This resulted in a ReferenceError when attempting to access the user variable.
Solution: This update adds the missing user parameter to the .then() callback, correctly passing the result of the findOne() query.
Impact: This fix ensures that the loginFacebook method functions correctly, preventing unexpected errors during Facebook login.
Version: 4.4.8
