rethinkdb / horizon-docs

Other
24 stars 35 forks source link

Introduce special user groups in permissions #38

Closed danielmewes closed 8 years ago

danielmewes commented 8 years ago

Marc implemented two groups with special meanings: There is now a "default" group that covers everyone who accesses the application (including authenticated users, but also unauthenticated access), and an "authenticated" group that contains all authenticated users.

These changes update the permissions documentation to make use of these groups in its examples.

@chipotle Could you review please?

chipotle commented 8 years ago

👍 looks good to me.