hackgvl / trolley-tracker-api-dot-net

API for tracking Greenville's trolleys with .NET
MIT License
4 stars 6 forks source link

Proper authorization for maintenance #1

Closed bikeoid closed 9 years ago

bikeoid commented 9 years ago

The application used the Web Authorization - with a local DB. This is normally best for web sites where users sign themselves up for membership. I couldn't find how to set up a role that that could be used with the local DB so that edits could be assigned to a role.

bikeoid commented 9 years ago

Converted to Role-based authorization and off-repo datastore. Not deployed until the new server is ready.