Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.
The main change in this PR is the modification of the method to access the user's email returned from the Facebook response body during login.This fix resolves an issue with the previous method that caused an auth_callback error, and enables the Facebook login functionality to work as expected, allowing users to successfully log in and register their data.
Issue created in #354 is fixed under this PR.
Which issue(s) does this PR fix?
354
If this PR affects any API reference documentation, please share the updated endpoint references
What does this PR do?
The main change in this PR is the modification of the method to access the user's email returned from the Facebook response body during login.This fix resolves an issue with the previous method that caused an auth_callback error, and enables the Facebook login functionality to work as expected, allowing users to successfully log in and register their data. Issue created in #354 is fixed under this PR.
Which issue(s) does this PR fix?
354
If this PR affects any API reference documentation, please share the updated endpoint references
It doesn't affect any endpoint.