I can't get group access to work as expected.
I've user1 member of group1, and user2, member of group2
What is needed in the frontmatter to:
give user1 access to page1, but not not page2
give user2 access to page2, but not not page1
All I've got till now is:
access:
site:
login: true
group1: true
But both users can see this page.