I'm not familiar with OAuth or the usage of Google and social media platforms to perform authentication. I am interested in learning more about Wappler's capabilities since it seems very common now for sites to offer account setup & login using your google et al accounts.
Currently, my site doesn't offer this service. Its account creation is a multi-step process: (1) capture the email address used during Stripe payment as the login name, (2) ask the user to create a password (with validation), (3) send an email with a hashed confirmation code in a link back to my site which activates the account.
Questions:
Where are the Wappler resources/tutorials on adding 3rd party authentication to a website?
How might adding google and other social media platform accounts to be used for account creation and authentication alter my current account creation process?
What is needed for session management on my site when using 3rd party authentication? TIA