Skip to content(if available)orjump to list(if available)

Show HN: Hanko – Open-Source Auth and User Management for the Passkey Era

Show HN: Hanko – Open-Source Auth and User Management for the Passkey Era

2 comments

·February 10, 2025

Hey HN!

I'm excited to introduce Hanko, a passkey-first authentication platform that allows you to integrate authentication and user management into your apps with minimal effort, all via pre-built components and a flexible API.

The origins of the project date back almost 10 years, when we started working on “replacing the password” with a push-based, white-label authenticator app. Early on, we came across the FIDO standards, which eventually became what we know today as passkeys. As big fans of passkeys, we always knew that we wanted to build solutions for other developers to make the integration of passkey authentication as easy as possible. The latest iteration of this mission is project Hanko.

Now, what does “for the passkey era” actually mean? We spent months (years, honestly) getting all the UX flows right, while the ecosystem of browsers and operating systems wasn’t even there yet. And we added features to support the switch from passwords to passkeys. E.g. optional prompts to create passkeys during sign up and login, passwords can be set to optional and can be deleted by the users themselves, all controllable in fine-grained configurations. Users can create and manage as many passkeys as they like, passkey autofill, and more. You can even set up Hanko for passkeys only if you want (some of our users are running this in production already).

Apart from passkeys, Hanko also supports most other common authentication methods, including “legacy” TOTP MFA, hardware security keys, and even enterprise SSO via SAML (although we are still finalizing that at the moment).

Hanko is an open-source project, and we’re eager to see how you use it and contribute to its development. If you’re working on an app and need a customizable authentication solution, we’d love to hear your feedback and suggestions!

Check out the full documentation and get started today: https://docs.hanko.io

And here’s our roadmap: https://www.hanko.io/roadmap

Looking forward to hearing your thoughts and questions!

Felix and the Hanko Team

hellotomas

Not gonna lie - the website design looks really good.

Since I primarily build native apps, it seems the SDK is still in development. What are the expected timelines for that (plus or minus)?

FlxMgdnz

Thanks :)

The js SDK is almost done, mostly the docs are still missing, so I'd say 2-3 weeks. For mobile SDKs we're currently evaluating Kotlin Multiplatform, ideally that can help us manage the overhead a bit. We'd love to release them in March, but can't make promises yet. That said, the Flow API (which handles all states for you) can be used perfectly without an SDK and we have multiple customers that have done that for their production apps.