]> git.openstreetmap.org Git - osqa.git/commit
Add an OSM authentication provider
authorTom Hughes <tom@compton.nu>
Wed, 20 Aug 2014 12:55:40 +0000 (13:55 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 12 May 2015 07:56:36 +0000 (08:56 +0100)
commita7918118f11ba4e856d06307f20aba6057552e07
tree104c3009956ab3e6482c88f3423d6c17c446fe21
parent00c96a815b90c672ee5f023658783e127a4b1165
Add an OSM authentication provider
forum_modules/osmauth/__init__.py [new file with mode: 0644]
forum_modules/osmauth/authentication.py [new file with mode: 0644]
forum_modules/osmauth/forms.py [new file with mode: 0644]
forum_modules/osmauth/osm.py [new file with mode: 0644]
forum_modules/osmauth/templates/loginform.html [new file with mode: 0644]
forum_modules/osmauth/urls.py [new file with mode: 0644]