I'm developing an OAUTH 2.0 provider on Google App Engine with Django-nonrel. For authentication I have provided my own user authentication, so I'm not using Google Accounts.
I did some research about available OAUTH2.0 libraries for creating oauth providers. oauth2app looks quite promising, as it is also using Django. Does anyone have experience with using this library on Google App Engine with Django-nonrel? Or can anybody recommend a library?
Thanks!