Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
neetcode22
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
neetcode22
4y ago
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 login recipe by supertokens for my recent projects: htt
2.
▲
by
neetcode22
4y ago
I found this blog on session management really useful: https://supertokens.com/blog/all-you-need-to-know-about-user...
3.
▲
by
neetcode22
4y ago
Oh i see :) Good luck, man! Keep building. Will follow your repo
4.
▲
by
neetcode22
4y ago
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.
▲
by
neetcode22
4y ago
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 scratch or made using OS SDKs?
6.
▲
by
neetcode22
4y ago
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 it's easier to use
7.
▲
by
neetcode22
4y ago
This looks really good! What solution are you using for authentication and authorisation?
8.
▲
by
neetcode22
4y ago
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 password with a different single factor does not enable