Google sign-in with pwa_auth

Do you need one of those universal sign in buttons Google / Facebook / Microsoft ?

Take a took a look at pwa-auth, a JavaScript tool to handle the login process for Microsoft, Google and Facebook accounts. We started with npx create-react-app and changed App.js as follows:

This only implements the Google sign-in and nothing for the back-end verification, but it's a start.

Also, see this article on Medium.com

Popular posts from this blog

Serve create-react-app from a subdirectory

Components in React: "class" and "functional"