get-convex / convex-auth

Library for built-in auth
https://labs.convex.dev/auth
42 stars 7 forks source link

Feedback for “Authorization” #50

Open a7k3 opened 1 month ago

a7k3 commented 1 month ago

I am a total beginner so please clarify for me, Authenticated and Unauthenticated won't work with NextJS SSR right? It login but after reloading page its stuck showing whatever is in AuthLoading. Would it be fine to mention for NextJs users that Authenticated and Unauthenticated will fallback to AuthLoading on page reload, so should use middleware instead (and provide quicklink for that page).

xixixao commented 1 month ago

Good feedback. Next.js is mentioned at the bottom of the page, but we could call it out earlier.