authorizerdev / authorizer

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.
https://authorizer.dev
MIT License
1.64k stars 166 forks source link

Modify the Facebook login authentication callback to enable user email access through the response body. #355

Closed minilikmila closed 1 year ago

minilikmila commented 1 year ago

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.