aravindballa / gatsby-theme-andy

A Gatsby theme to build Andy style websites. 📑
344 stars 46 forks source link

Creating private pages #27

Open bzreinhardt opened 4 years ago

bzreinhardt commented 4 years ago

I'd love to be able to set permissions for some of the pages

This tutorial explains how to set up authentication for a vanilla gatsby installation

https://www.gatsbyjs.com/tutorial/authentication-tutorial/

It's not clear to me how to map that onto this package - where does the app and router live?

Apologies for the ignorant question.

rhezab commented 3 years ago

Same-ish question, total noob here, does anyone know how to implement draft functionality?