Viewing profile — neetcode22
neetcode22
HN member- Joined
- Thu, Jul 14, 2022, 7:28 AM UTC
- HN karma
- 1
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About neetcode22
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #32548258
I found this blog on session management really useful: https://supertokens.com/blog/all-you-need-to-know-about-user...
-
comment
Comment #32495126
Oh i see :) Good luck, man! Keep building. Will follow your repo
-
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)
-
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…
-
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…
-
comment
Comment #32408930
This looks really good! What solution are you using for authentication and authorisation?
-
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 …