Viewing profile — bekacru
bekacru
HN member- Joined
- Sat, Oct 08, 2022, 8:19 PM UTC
- HN karma
- 216
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About bekacru
Recent public activity
-
comment
Comment #48820802
Yeah, Vercel has already done this before like with Nuxt, Svelte and other. But I also do want to have a better story for auth with all those frameworks and Nextjs as well.
-
comment
Comment #48820134
Bereket Here the team at Vercel has been my biggest inspiration and always reflected many of the reasons we started working on Better Auth. This would allow us to focus more on wha…
-
comment
Comment #48040207
I think auth is complicated outside of browsers too. But browsers do make some things uniquely confusing, especially cookies and general security primitives are full of footguns
-
comment
Comment #48040040
Hey, Bereket from Better Auth here. I started Better Auth to solve this exact issue for myself, and it later turned into a company. It always give me joy to just see others getting…
- story
-
comment
Comment #47165984
There is light mode and you can change themes with cmdk + change theme
-
comment
Comment #47165974
You can use PAT
-
story
Show HN: Better Hub – A better GitHub experience
Hey HN, I’m Bereket, founder of Better Auth. Our team spends a huge amount of time on GitHub every day. Like anyone who’s spent enough time there, I’ve always wished for a much bet…
-
comment
Comment #47154166
Hey HN, I’m Bereket from Better Auth. A couple of weeks ago, I started hacking on a project to improve GitHub, mostly because I was tired of the current experience (like many other…
- story
- story
- job
-
comment
Comment #45397311
Fair concern but I don’t think Auth.js was ever “truly free,” considering it was supported by many companies (big or small) including someone like Clerk even running ads on the doc…
-
comment
Comment #45397210
> Does every app using an adapter for Better Auth need to implement every plugin’s many thousands of operations, even if they’re only using basic functionality and a handful of ope…
-
comment
Comment #45393867
NextAuth has supported delegating your db for years, companies like cal.com, deel.com and many others use that directly (not just for stateless jwt). I don’t really see the differe…
-
comment
Comment #45393775
1. We won’t sunset Auth.js unless we’re confident that anyone currently using it can migrate to Better Auth without any issues, which is quite difficult right now. So we don’t expe…
-
comment
Comment #45335186
We’ve had early access to it for a while now, we’re already running a lot of performance critical workloads on it and it’s been working wonderfully. Congrats sam and the team on se…
- job
-
comment
Comment #44047205
1. Depends on whether you need RLS or not. We're working on improving the Better Auth + Supabase RLS story by collaborating with them, but if you're not relying on RLS for authoriz…
-
comment
Comment #44037242
As I mentioned in the post, our goal is to help developers own their Auth. And now that we’re funded, it’d help us pursue this goal even more aggressively and give people more conf…
-
comment
Comment #44037223
Yes. You should check the SSO plugin which would allow you to store the config in your db and can retrieve it dynamically.
-
comment
Comment #44037083
Thanks for the kind note! And good suggestion. I was meaning to update that for a while.
-
comment
Comment #44032694
Not many people are implementing passkeys yet, and we don’t want to force that on users. Also, the plugins we provide are still tightly integrated with the framework, you don’t eve…
-
comment
Comment #44032673
- Not right now, but there’s already an open issue and a PR in progress. - We don’t use JWTs directly, and sessions always require state (it’s not stateless). And yeah, both the cl…
-
comment
Comment #44031438
Appreciate the kind words :)) Yeah, it’ll mostly be high-level features. We do plan to offer paid support seems like there’s demand for it, and it helps give teams more confidence …