nickredmark / staart

A starter library for node projects with user accounts.
MIT License
313 stars 39 forks source link

Login Required at Page level #39

Closed dfliess closed 3 years ago

dfliess commented 5 years ago

I cant find on the example any way to protect a page withLoginRequired, it's always done at component level (only the account). I'm having some issues on nextjs doing it at page level with your approach as inner componnets don't call getInitialProps. Can you give me any tips ?