@better_auth How about when you don't have control over backend and database, and just have control over the frontend code? Backend dictates the way we should authenticate like using access/refresh tokens. Is better-auth a relevant option in this case?
@bekacru Congrats!
Honest question: if I want to handle authentication in my Next.js app without the need for any databases, can I use your lib? I just want to handle a simple authentication flow, where I get the jwt token from a POST api call to backend and send further requests with it.
@sujjeeee@shadcn nuqs is great but unfortunately it doesn't handle URLSearchParam native arrays (.append and .getAll) and this is a huge downside in my case.
@ivanglpz@panda__css Do you use any UI framework or just design each component yourself?
For instance, what do you do when you need a drop-down or drawer with basic transitions, or a button with a ripple effect?