opennewzealand / linz2osm

Some tools for helping move LINZ data into OpenStreetMap
http://wiki.openstreetmap.org/wiki/LINZ
GNU General Public License v3.0
22 stars 2 forks source link

Require authentication for checkouts #41

Closed stephend closed 12 years ago

rcoup commented 12 years ago

Use OSM's OAuth service so users can use their OSM account to login? Django-Social-Auth is the easiest way I've found to do federated login in Django so far.

stephend commented 12 years ago

rcoup: that's issue #37