English
  • auth
  • integration
  • logto
  • protected-app

The fastest way to build an authentication system

Slash authentication setup time to under one hour with Logto! With no-code integration, a free built-in email service, step-by-step guides of social connection, and one-click authentication flow configuration, Logto make authentication a breeze.

Ran
Ran
Product & Design

Adding a user authentication system to your product should be breeze, right? After all, it's such a standardized module. At least, that's what I thought, and the Logto team is dedicated to making it easy for every product to have a secure and business-suitable identity system.

How fast can it be done? Well, let’s see. There’s a super-speedy low-code solution for the web apps, perfect for rapid testing or deploying straight to production. Including platform registration, it can all be done in just 1 hour or even faster. Don't believe it? Go ahead, try it yourself.

As an AI tools company, time is money, and I need to launch quickly to capture the market. Here’s what I need for authentication:

  • Registration: Email + Verify email + Set password
  • Sign in: Email + Password
  • Forgot Password: Verify email + Reset password
  • Social Login: Let’s go with the most popular, Google login.

Alright, let’s go.

Step 1: Create a Logto account and tenant

  1. Visit cloud.logto.io and sign up for a Logto account.
  2. Create a Production tenant directly. The Free plan (50,000 MAU) is enough for our startup needs.

Create account and tenant

Step 2: Set up email connection

Connecting with my third-party email provider and crafting email templates? Oh, wait! Logto has a prebuilt Email Service with no configuration needed.

  1. Enter basic information: Sender name, Company info, and upload the Email logo (all optional).
  2. Test it: Send an email to yourself. A fancy email for verification arrives.

Setup email connection

That's right, the entire setup and testing takes less than 5 minutes! If you don’t mind the sender being “[email protected]”, you can use this free service and ditch writing email templates for different scenarios. Otherwise, you can opt for a custom email provider.

Step 3: Set up social connection

Different products need different Google provider client IDs, so I need to link the Google connector myself. But it’s not hard.

  1. Fill in the Client ID and Client secret in Logto, then enable Google One Tap.

Setup social connection

  1. Enter the Callback URL. Select ../auth/userinfo.email, ../auth/userinfo.profile, and openid in the Google API console.

Setup google API console

Thanks to Logto’s step-by-step guide, I finished the setup in less than 10 minutes.

Step 4: Set up the sign-in experience

With the provider resources configured, it’s time to set up the login and registration experience.

  1. Navigate to the “Sign-in Experience” section:
    • Upload your App logo and Favicon.
    • Replace the Brand color.
    • Enable dark mode with one click and fill in the same fields.
  2. Go to the “Sign-up & sign-in” tab to change the auth methods:
    • Set “Email address” as the sign-up identifier, and check “Create your password” and “Verify at sign-up”.
    • Set “Email address” and “Password” as the sign-in identifier and authentication factor.
    • Add “Google” for social sign-in.

Setup sign-in experience

Conveniently, the default settings were exactly what I needed, so this didn’t take much time at all.

Step 5: Integrate web app without SDK

Why wasting time on integrating services? Use Logto’s protected app to proxy my app requests.

  1. Create a Protected App: Enter the original URL of my app (the one without authentication protection, anyone can visit). Set the app domain with a “.protected.app” suffix for testing (this website address is provided to users to visit your site, but it's already configured with authentication flows, hence the "Protected App" name.)

    Create protected-app

  2. Once application created, visit this test address acme.protected.app (👈 you can try it too!). Authentication is required to access this site. Test successfully.

    sign-in experience

  3. Configure my real domain of this website for production instead of the default .protected.app one.

  4. Optional: If you only want to use authentication for specific routes, you can add “Custom authentication rules”. By default, the entire website is protected.

  5. Authentication routes /register, /sign-in, /sign-in-callback, and /sign-out can be directly added to buttons like Get Started, Sign In, and Sign Out.

  6. Last but not least, secure your origin server with HTTP Basic Authentication to complete this proxy integration. Each request from the Protected App includes the following header: Authorization: Basic base64(appId:appSecret).

That’s it! In just one hour, my website is protected with authentication.

Conclusion

You can confidently use this super-fast solution to protect your website. As your product grows, the powerful and comprehensive Logto system allows you to seamlessly upgrade to features like multi-application support, MFA, SSO, third-party app authorization, RBAC, and multi-tenancy organization, along with integrations for all types of frameworks to enhance your resource protection and user management.

I invite you to experience it yourself and quickly equip your website with authentication protection.

For more on rapid authentication integration, feedback on our Roadmap or contact us directly. And don't forget to join our Discord community to chat with the Logto team.

Happy integrating!