email auth, requires dev branch of gramex, fixes issue #58
1 unresolved thread
1 unresolved thread
This implementation uses the authentication mechanism that geocluster currently uses - Any user can log in with a valid email address and see the public data sets. the datasets themselves demarcate which addresses/domains can access them. Upside, does not require a separate admin page. Downside, anyone with access to a dataset can change the settings.
Merge request reports
Activity
Filter activity
6 6 deploy: 7 7 stage: deploy 8 8 script: deploy 9 only: [master] 9 # only: [master] 10 # variables: 11 # SERVER: gramener.com 12 # URL: cluster 13 # SETUP: bash setup.sh 14 # VERSION: v1 15 # PORT: '9988' 16 only: [settings] # Only deploy on master branch commit 10 17 variables:
Please register or sign in to reply