-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
User authentication #3
Comments
We can use the list of users who have access to the hunt Google Drive to determine the list of valid users. File metadata has a "permissions" field that contains this info: http://googleapis.github.io/google-api-python-client/docs/dyn/drive_v3.files.html#get |
Added a If we add new users to the Google Drive folder, we'll need to restart Small Board for it to refresh the email whitelist. |
* just click on cells to edit them * tweaks
Currently, Small Board lets anyone create a user and password and see puzzles and submit answers. We should probably have users log in using Google Authentication and have a whitelist of users on Small Board to restrict who can see the puzzles and status.
The text was updated successfully, but these errors were encountered: