FramerAuth Guides
Search guides...
Copy Link
The purpose of each FramerAuth authentication component
Understand the role of each FramerAuth authentication component in building a secure Framer authentication system.
FramerAuth provides a seamless way to add authentication to your Framer website. Each component serves a specific function, helping you create a smooth and secure login experience for your users. Below, we’ll break down the purpose of each authentication component.
1. Sign In

The Sign-In component is where users enter their credentials to log into their account. A well-designed sign-in page ensures a smooth entry point for returning users.
2. Sign Up

The Sign-Up component handles user registration, allowing visitors to create an account. Depending on your setup, this page may include as a first step the license key field. If your sign up requires them to first complete a purchase then the user will be required to input a valid license key in order to create an account.
By default they will see the license key field first then the sign up form as a second step with name, email, password.
3. Forgot Password

Users occasionally forget their passwords, and the Forgot Password component provides a way for them to reset it. This page asks for the user's email and sends a reset link to their email if they're registered, improving user experience and reducing frustration.
4. Update Password

The Update Password component allows users to change their password after verifying their identity. To update a password, the member must first enter their email into the Forgot Password form. Once they've received the password reset email they can update their password on your /update-password page.
5. Member Account

The Account component serves as a way to update profile information like first name, last name, email address. This enhances user experience by giving them control over their account details.
Activate License (Lemon Squeezy)

The Activate License component enables existing members to activate a new Lemon Squeezy license key if theirs has expired or if they are unlocking new product variants. This component is typically located on the /account page but it can be placed anywhere that is convenient.
Conclusion
Each FramerAuth authentication component plays a crucial role in providing a complete login system for your Framer website. By implementing these components, you ensure a seamless and secure authentication process, improving user experience while keeping your content protected.
Need help? Visit FramerAuth Support for assistance.
Guides