cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 21 forks source link

Add per-hunt access permissions #753

Open rgossiaux opened 5 months ago

rgossiaux commented 5 months ago

After this change, anyone is allowed to log in to cardboard, but they can only see hunts that they have access to. For the moment, users gain access to a hunt via a button on the /edit page that syncs permissions from the Drive folder. Note that this only gives people access, it never removes access right now.

rgossiaux commented 5 months ago

I think I want to write some tests before trying to ship this but looking for feedback anyway