FlowClub

Imagine joining FlowClub—a vibrant community where every interaction earns you FlowPoints. As you navigate your day-to-day, each purchase or engagement transforms into a rewarding milestone. With FlowPoints, unlock exclusive benefits, personalized offers, and special access to events designed just for you. In FlowClub, loyalty isn’t just noted; it’s celebrated. Step into a world where every point brings you closer to a richer, more connected lifestyle.

Please login to see your FlowClub Membership and FlowPoints collected

Your FlowClub Membership

Member email:

Email verified:

FlowPoints Collected:

Authgear LogoWebflow logo

How to Add Authentication to your Webflow Website with Authgear

To use this template with your own account, here’s what you need to do:

  • Clone this template.
  • Create an Authgear account (https://www.authgear.com/cloud)
  • Get your Authgear Application Endpoint (https://<your-project-name>.authgear.cloud) and Client ID, replace it in the Webflow footer custom code.
  • In Authgear Application settings, configure Redirect URI (https://<your-site>.webflow.io/)

Additional Resources

You can read the full article here. Also check out our docs website and GitHub of Authgear, an open source alternative to Auth0 / Clerk / Firebase Auth for all of your consumer & business authentication needs.

Notes

Gated Content in this demo is a simple client side Javascript implementation can be bypassed if the user turns off Javascript or accesses the DOM in the browser, they will be able to access all content. If you would like to ensure the content in .auth-visible is not accessible before login, you need to use server side rendering to secure your gated content.