scottohara / tvmanager

PWA for tracking recorded, watched & upcoming TV shows
MIT License
3 stars 0 forks source link

Secure import/export routes with credentials #37

Closed scottohara closed 12 years ago

scottohara commented 12 years ago

Prevent reading/writing to couch by requiring auth on import/export routes

Auth key would need to be stored in client setting table

scottohara commented 12 years ago

Export/import now requires the client device to be registered. By default, new device registrations start as readonly (ie. can import, but not export) Export is only allowed once the device has been approved (ie. readOnly = false; currently this is a manual change made in Futon)