asah / footprint2009dev

original dev repo for AllForGood.org
http://AllForGood.org/
0 stars 1 forks source link

Use app engine authorization for admin section #451

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In app.yaml we've set up /admin/.* to be accessible only to admins, but then 
the actual admin 
pages are at /admin?... and we have to check the authorization ourselves. If we 
moved the admin 
page to something like /admin/admin.html we could just let App Engine do the 
work and remove 
the @require_auth decorator we've implemented.

Original issue reported on code.google.com by jblockso...@gmail.com on 23 Jun 2009 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by adam.sah on 28 Jun 2009 at 4:25