Viewing profile — FlxMgdnz
FlxMgdnz
HN member- Joined
- Thu, Jan 20, 2022, 8:18 AM UTC
- HN karma
- 32
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About FlxMgdnz
felix@hanko.io
Recent public activity
-
comment
Comment #48832483
Thanks for mentioning Hanko. Data minimalism is one of our core values, so I’m really happy to see that appreciated.
-
comment
Comment #48270899
Thanks for listing Hanko as EU-based authentication provider. To be upfront about this, we’re still on AWS (Frankfurt), but "EU-owned" hosting/data regions will be available very s…
-
comment
Comment #46539243
For user authentication there is at least one European alternative to Clerk, and that’s Hanko (I am the founder). Granted, Hanko Cloud is still running on AWS (Frankfurt), but we’r…
-
comment
Comment #43000524
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…
-
story
Show HN: Hanko – Open-Source Auth and User Management for the Passkey Era
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, …
-
comment
Comment #42472609
Just dropping this here: https://fidoalliance.org/specifications-credential-exchange-...
-
comment
Comment #40171867
The solution to most of the author's criticisms lies in not forcibly mixing Passkeys and WebAuthn-based 2FA. As long as you are satisfied with passkeys being "usernameless" (i.e. d…
-
comment
Comment #40170938
Hey, founder of Hanko.io here, we run passkeys.io. That behaviour is not intended. We've recently changed the demo to require authenticator attestation on passkey creation, that ma…
-
comment
Comment #38028269
Thanks for posting the link. Founder of Hanko here, happy to answer any questions on passkeys or Hanko Auth.
-
comment
Comment #37770016
As a COSS founder I love the visibility we get for the issues we put on Algora. We've awarded $855 to 7 external contributors so far and are more than happy with the results. The f…
-
comment
Comment #36734136
Hey, quick note from the creator of passkeys.io: You can always enter your email address on the login screen and this will initiate a fallback auth flow via email passcode.
-
comment
Comment #35973835
Such an identity provider does not exist unfortunately, at least not with enough users to justify an integration for you. Of course you can always set up your own SSO provider (wit…
-
comment
Comment #35863209
Apple, Google, and Microsoft are working together closely on passkeys.
-
comment
Comment #35856269
We’re building https://www.hanko.io It’s a passkey-first authentication solution for websites and mobile apps.
-
comment
Comment #35092312
Not quite. Passkeys are WebAuthn "discoverable credentials", meaning they contain a user identifier as well as a private key for signing. When a site fully supports passkeys, you a…
-
comment
Comment #34183249
Hey, we've built exactly what you are describing: https://www.hanko.io You can go with either self-hosted or cloud. Cloud is free for up to 100 users. If you have any questions alo…
-
comment
Comment #33462998
Hanko.io is an open source authentication and user management solution that is optimized for passkeys as the upcoming default login method. The frontend (login box for now, user pr…
-
comment
Comment #33462875
We decided to go with email passcodes as fallback method because of the limitations we identified with magic links. The biggest issue was the inability to sign in on devices where …
-
comment
Comment #33355487
For the sake of the demo, email validation has been disabled to make the account creation as simple as possible and to allow fake email addresses to be used.
-
comment
Comment #33355483
Thank you for the feedback. We get this question a lot, and it is obviously not ideal right now. Things will get much better with passkey autofill very soon, though. See also: http…
-
comment
Comment #33355461
At some point, the platforms may open their APIs and allow for 3rd party providers to hook in and do the syncing. It can be expected that most current password managers will do tha…
-
comment
Comment #33355439
There are very few opportunities in the wild where you can use passkeys with a real account and not just a tech demo that pops up a WebAuthn modal. We've built passkeys.io to showc…
-
comment
Comment #33333226
The demo in it's current state is built with a web component using shadow dom. Unfortunately, most browsers do not support autofill in shadow dom yet. A newer version using light d…
-
comment
Comment #33333103
It really depends on your security requirements and where you're coming from or what you're comparing it to. There would be still many advantages over, say, passwords stored in a p…
-
comment
Comment #33332981
Currently, only platform authenticators are supported to create passkeys with. Support for Security Keys is in development and will be available soon. Certain combinations of Linux…