Hello,
i have fusion auth running and want to integrate some social logins (e.g. google, facebook). The frontend is flutter with some social login plugins, which return access tokens. These tokens are sent to a node backend server which sends them to fusionAuth via the fusionauth/typescript-client.
A FA User must have an email and an username, but the username is not provided/set from the soical provider. I also can't set the username inside a reconcile lambda.
Does anyone has an idea how to properly set the username based on the information from the social provider?
J
Latest posts made by john_doe_1
-
Set username with information from social login