This code provides an implementation for integrating Google Sign-In using the OAuth2 authorization code flow in Webflow application.
Include the Google Identity Platform library in your project, before tag:
<script src="https://accounts.google.com/gsi/client"></script>
<script src="https://cdn.jsdelivr.net/gh/datawars-io/webflow-oauth@latest/js/oauth.min.js"></script>
<button onclick="client.requestCode();">Sign up with Google</button>
https://www.jsdelivr.com/tools/purge