Questions tagged [django-oauth]

Django OAuth Toolkit can help you providing out of the box all the endpoints, data and logic needed to add OAuth2 capabilities to your Django projects

Django OAuth Toolkit can help you providing out of the box all the endpoints, data and logic needed to add OAuth2 capabilities to your Django projects. Django OAuth Toolkit makes extensive use of the excellent OAuthLib, so that everything is rfc-compliant.

Requirements:

  • Python 2.7, 3.4, 3.5, 3.6

  • Django 1.8, 1.9, 1.10, 1.11

Site: https://django-oauth-toolkit.readthedocs.io/en/latest/

Support: https://groups.google.com/forum/#!forum/django-oauth-toolkit

93 questions
0
votes
0 answers

Django middleware vs mixin

I am using oauth2_provider library. However they have not given an end point to check if a access token is valid. Token Introspection rfc says this is one non-normative way of doing so POST /introspect HTTP/1.1 Host: server.example.com Accept:…
Anubhav Agarwal
  • 1,982
  • 5
  • 28
  • 40
0
votes
1 answer

Include parameters in return login OAuth2

I am using a third party library to retrieve a token through social networks, which uses python-social-auth-oauth and django-toolkit. Beyond the normal parameters, I would like to add the list of groups that the user is checked. Current…
0
votes
1 answer

How to authorize access to a protected Django-served HTML page using OAuth2.0

Is there a way to grant a user access to protected Django-serve HTML page using OAuth access_token provided by django-oauth-toolkit? I'm developing a plugin for a 3rd party application where the user starts the OAuth flow through a popup window to…
Cliff F
  • 381
  • 6
  • 14
1 2 3 4 5 6
7