Logto
logto.io
Logto
@logto.io
The better identity infrastructure for developers and the open-source alternative to Auth0.

web: logto.io
gh: github.com/logto-io
yt: youtu.be/@logto-io
#LogtoTips: How can I redirect users directly to the register page?

👉 use `first_screen:register`!

Checkout: docs.logto.io/end-user-flo...
March 21, 2025 at 3:36 AM
I've noticed many developers struggle with commit messages.

In fact, the secret isn't learning conventional commits syntax—it's breaking your work into atomic units.

Great commit messages aren't about format—they're about developing the right mindset first.

blog.logto.io/write-commit...
Conventional commits won't save your commit messages · Logto blog
Explore why simply following conventional commits isn't enough to write good commit messages, and introduce key thinking strategies to improve your development process and naturally create meaningful ...
blog.logto.io
March 19, 2025 at 3:03 PM
🔨"When you have a hammer, everything looks like a nail."
Most tasks can be done well using other technologies. The overuse of AI might actually complicate things.
March 18, 2025 at 2:36 PM
Wait… you still don’t know you can create an infinite scrolling loop with just CSS? 🤯
❌No JavaScript. No hacks.
✅Just pure CSS magic.

Check it out 👉 blog.logto.io/css-only-inf...
March 18, 2025 at 8:41 AM
#LogtoTips: Need different sign-in experiences for multiple entry points in your app?
Customize with Logto's `first_screen` parameters:

Internal(email): first_screen=identifier:sign_in&identifier=email

Consumer(google/github): first_screen=sign_in

Enterprise(SSO): first_screen=single_sign_on
March 17, 2025 at 1:03 PM
❓ How do I let AI tools access my service on behalf of users?

💡 Simple: Personal Access Tokens

No complex auth redesign. No security compromises.
Just plug-and-play AI integration.

See how → blog.logto.io/connect-ai-t...

#AI #DevTips
Empower your business: Connect AI tools to your existing service with access control · Logto blog
Learn how to empower your business by securely connecting AI tools to your existing services using Personal Access Tokens and Model Context Protocol (MCP), with complete source code and practical exam...
blog.logto.io
March 7, 2025 at 7:40 AM
🔒 Building cloud apps? Secure them with OAuth 2.0 and OpenID Connect! We break it all down so you can protect user data while keeping things smooth.

blog.logto.io/secure-cloud...
Secure cloud-based applications with OAuth 2.0 and OpenID Connect · Logto blog
A complete guide for securing your cloud applications with OAuth 2.0 and OpenID Connect and how to offer a great user experience with authentication and authorization.
blog.logto.io
December 1, 2024 at 3:19 PM
🛡️ Your app's safety = your users’ trust. Dive into our guide to CSRF attacks—what they are, why they happen, and how you can stop them in their tracks.

blog.logto.io/csrf
Understanding CSRF in depth · Logto blog
Provides an in-depth exploration of Cross-Site Request Forgery (CSRF) attacks, explaining their mechanics, demonstrating examples, and detailing various prevention methods to enhance web application s...
blog.logto.io
December 1, 2024 at 3:18 PM
😎 It's time for a new Logto release! This month, we're introducing the new Account API for direct user management, Microsoft EntraID SSO connector enhancements and improved sign-in experience features. #products #auth #SSO

blog.logto.io/changelogs/2...
Logto product updates · Logto blog
It's time for a new Logto release! This month, we're introducing the new Account API for direct user management, Microsoft EntraID SSO connector enhancements and improved sign-in experience features.
blog.logto.io
November 22, 2024 at 2:31 PM
What is Proof Key for Code Exchange (PKCE)? Take a look at this great explanation with examples:

auth.wiki/pkce
Proof Key for Code Exchange (PKCE) · Auth Wiki
Proof Key for Code Exchange (PKCE) is a security extension for OAuth 2.0 that protects authorization codes from interception and misuse. It is enforced for all types of clients in OAuth 2.1.
auth.wiki
November 21, 2024 at 8:52 AM
🍪 Cookie size exceeded error? We’ve been there. Dive into our latest blog to learn how to fix it:

blog.logto.io/cookie-size-...
How to fix cookie size exceeded error by splitting cookies · Logto blog
A solution for cookie size exceeded error: split the cookie into multiple smaller cookies and reconstruct them on the server side. This solution works especially well for serverless platforms without ...
blog.logto.io
November 20, 2024 at 12:56 AM