Login Page https://apis.google.com/js/platform.js function onSignIn(googleUser) { // Handle Google sign-in here var profile = googleUser.getBasicProfile(); console.log(‘ID: ‘ + profile.getId()); // Do not send to your backend! Use an ID token instead. console.log(‘Name: ‘ + profile.getName()); console.log(‘Image URL: ‘ + profile.getImageUrl()); console.log(‘Email: ‘ + profile.getEmail()); // This is null if the ’email’ scope is not present. }

Login Page

Email:

Password:

Log In

Or

Don’t have an account? Create One

Email:

Password:

Create Account // Toggle between login and create account forms document.getElementById(‘createAccountLink’).addEventListener(‘click’, function(e) { e.preventDefault(); document.getElementById(‘loginForm’).style.display = ‘none’; document.getElementById(‘createAccountForm’).style.display = ‘block’; });

Watch, Read, Listen

Join 900+ subscribers

Stay in the loop with everything you need to know.

Log in
Design a site like this with WordPress.com
Get started