TheLoons / SportIM-service

Backend Webservice for SportIM
GNU General Public License v2.0
1 stars 0 forks source link

Rework events to be authenticate...able. #29

Closed hjbrock closed 9 years ago

hjbrock commented 9 years ago

The way events are stored right now, we don't know who created them. We need to know this for authentication purposes.

We need to store event owner information and then authenticate based on that.

hjbrock commented 9 years ago

I've added a first go at this. We may want to revisit this and allow or disallow different groups to view certain events.