Auth Client vs. Server-Side Authentication
Is it recommended to use the authClient or rather do authentication server-side?
In general, I'd prefer server-side authentication. But the rate limiting (which is only available on the authClient) sounds very convenient honestly.
Is there a best-practice / recommendation?
2 Replies
Solution
Exactly what I was looking for. Thanks!