Hi buddies,
I want to do the login on my reactive app with my twitter or my google account.
Do you know which is the best way to do it?
Which integrations do I need to use? or if exist a component to do it?
I look forward to hearing news from you.
Thank you,
FC
Hi Fábio,
Several Forge components are available to consider. One of the more extensive once is this group of Forge components provided by the PlatformMaintenance team of OutSystems:
Regards,
Daniel
Hi Daniel,
Thanks for your fast answer.
In these components, I can't find the integration with Twitter.
Do you know how I can do the integrations with Google and Twitter from the scratch?
What do I need to do?
Thank you in advance,
As far as I can see nobody created yet authentication via Twitter in OutSystems.
You would need to build it yourself via the apk's or API's made available by Twitter.
https://developer.twitter.com/en/docs/twitter-api
I believe so Daniel.
Do you know if I need to have an Auth0 account?
https://developer.twitter.com/en/docs/authentication/guides/log-in-with-twitter#redirect-the-user
Thank you!
Hi,
Multiple authentication methods are available, as documented here:
https://developer.twitter.com/en/docs/authentication/overview
I cannot really help you further than referring to the twitter api developer documentation, I never tried to implement what you are trying.