Live data from Hacker News

Viewing profile — neetcode22

neetcode22

HN member
Joined
Thu, Jul 14, 2022, 7:28 AM UTC
HN karma
1
Public activity
8 items

About neetcode22

No profile information was provided.

Recent public activity

  1. comment
    Comment #32548322

    100% agree with you. I've gone through the entire journey of experimenting + building my own authentication to using a reliable open source solution. Been using this passwordless l…

  2. comment
    Comment #32548258

    I found this blog on session management really useful: https://supertokens.com/blog/all-you-need-to-know-about-user...

  3. comment
    Comment #32495126

    Oh i see :) Good luck, man! Keep building. Will follow your repo

  4. comment
    Comment #32409619

    You could use ShowHN in the title for wider reach. Also, checkout: https://github.com/supertokens/ (might help with building MFA and for building a couple of other auth solutions)

  5. comment
    Comment #32409578

    Wow, you built all of this by yourself? Looks really good! Also, have you heard of Supabase? I am also interested in learning how you built your auth solution - like built from scr…

  6. comment
    Comment #32409055

    Since you've contributed to Keycloack, you might find this OS project interesting: https://github.com/supertokens/supertokens-core The core is built using Java (like Keycloak)and i…

  7. comment
    Comment #32408930

    This looks really good! What solution are you using for authentication and authorisation?

  8. comment
    Comment #32096174

    I think it depends entirely on your use case. If the user isn't storing a lot of info in your app then passwordless is the way to go. Also, important to recognise that replacing a …