Questions tagged [oauth2app]

Django OAuth 2.0 Server App module that helps Django site operators provide an OAuth 2.0 interface. The module is registered as an application.

oauth2app is a Django OAuth 2.0 Server App module that helps Django site operators provide an OAuth 2.0 interface. The module is registered as an application.

4 questions
12
votes
6 answers

How to generate an AccessToken programmatically in Django?

I'm setting up an API. Everything is working. I'm creating a token via OAuth2 python lib. I'm using TastyPie for my API. The problem I'm facing.. is that there is no "create" token method in the AccessToken or Client models. I can create an…
virtuexru
  • 858
  • 1
  • 6
  • 16
4
votes
2 answers

Library for OAUTH2.0 provider with Django-nonrel on Google AppEngine

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…
2
votes
1 answer

Android installed app: Revoking OAuth2 access to Google Account

I've installed an Android application. The first time I ran it an OAuth2 window showed up asking me whether I wanted to grant the application access to some scope within my user account. However now I've gone to…
Jason Posit
  • 1,323
  • 1
  • 16
  • 36
1
vote
1 answer

Why can I import a library from the Django shell, but not inside my site?

I am trying to use the oauth2app library inside my Django app. I've tried installing the library several ways (easy_install, pip, pip via a requirements file, etc.), and every time it installs just fine. Also every time I can import the library…
machineghost
  • 33,529
  • 30
  • 159
  • 234