colinhacks/next-firebase-ssr

What is the best way to use this approach in multiple protected routes?

Opened this issue · 0 comments

Should I write the same logic again and again to deny access to multiple protected routes for unauthenticated users? or is there any elegant way to deal with this?

Thank you.