python-social-auth Questions
2
Solved
In my website it is possible to login through:
username and password
e-mail and password
google auth 2
facebook
Where I am using django user built in system and python social auth.
The problem...
Hector asked 16/11, 2016 at 10:30
1
I'm using Python Social Auth and Django OAuth Toolkit to manage my user accounts and restrict access to my REST API.
I can create a token for users that sign up manually with my app by using the r...
Fulfillment asked 5/4, 2015 at 15:43
3
Solved
I use Python Social Auth - Django to log in my users.
My backend is Microsoft, so I can use Microsoft Graph but I don't think that it is relevant.
Python Social Auth deals with authentication bu...
Uphroe asked 4/1, 2017 at 14:52
3
Solved
I'm trying to implement python-social-auth in Flask. I've ironed out tons of kinks whilst trying to interpret about 4 tutorials and a full Flask-book at the same time, and feel I've reached sort of...
Particularize asked 3/2, 2016 at 23:39
2
Solved
I believe this is mostly a question about best practices.
I have an OAUTH2 provider that issues access tokens (valid for 10 hours) as long as refresh tokens.
I found here that it is pretty easy t...
Dayna asked 9/5, 2016 at 17:58
2
Solved
I have to implement some REST api for mobile application.
I would to use Django REST framework.
The user (mobile side) can register an account only using Facebook, I would to use python-social-au...
Labrie asked 10/3, 2015 at 1:1
2
Solved
How can I retrieve Facebook friend's information using Python-Social-auth and Django? I already retrieve a profile information and authenticate the user, but I want to get more information about th...
Bellow asked 21/3, 2014 at 0:57
0
In my project, the customer can configure own SSO service via admin panel.
can I create a genetic code? like this.
Here I am using python social auth open_id module. python social auth created an ...
Preoccupancy asked 24/11, 2016 at 9:19
1
Solved
I am using python-social-auth for my third-party login and logout. Sign in with Facebook, Twitter and Google Plus were a success at first (it will ask my username/email and password). My problem is...
Mandi asked 19/10, 2016 at 7:32
0
I'm new to django and social auth.
I'm trying to make a site where people login (with google) and post stuff. I was using python-social-auth and the user was getting logged in just fine. Then I wa...
Motorcar asked 12/8, 2016 at 5:12
1
Solved
I have read the documentation here:
django-rest-framework-social-oauth2, but everything is very unclear to me (It's my first time working with this).
and by the end it shows some configuration of ...
Ebneter asked 2/5, 2016 at 23:44
2
Solved
I'm working with Django 1.6.2 and Python-Social-Auth 0.1.23.
I'm also working with Twitter Bootstrap as my templating engine.
I've worked python-social-auth into my template and implemented a Link...
Spoliation asked 22/4, 2014 at 15:55
1
I am currently developing a serverbackand with Django (1.7) that should handle authentication via social Networks by using python-social-auth.
I followed the Tutorial on this site, which describes ...
Stephanotis asked 8/10, 2014 at 8:43
2
I have Python Social Auth implemented on my site, and I'm trying to access (after the login process) into the access token that the user got. I can see on the Django admin that there's a field call...
Crackpot asked 14/6, 2014 at 14:51
2
Solved
I am using python-social-auth API for authentication in my website.
But I am getting an exception `cannot import name is_secure_transport.
Below is the trace.
Django 1.7
Python Version: 2.7.6
Ins...
Keewatin asked 26/9, 2014 at 3:39
4
Solved
Is there a way to get the Google profile picture url using python social auth?
So, this is what I do for facebook and twitter, add a pipeline with this code:
if strategy.backend.name == 'faceboo...
Haematocryal asked 8/9, 2014 at 23:29
3
Solved
After adding python social auth to my installed apps, i.e.
INSTALLED_APPS = (
...
'social.apps.django_app.default',
...
)
and then trying a
python manage.py makemigrations
I get an unsurp...
Reliquary asked 17/2, 2015 at 21:10
1
Solved
I am using python social auth with my django project for providing Facebook login functionality. I can see the email being supplied from facebook in the popup. But it is coming as empty in my parti...
Cobaltic asked 28/7, 2015 at 8:59
1
Solved
Default behaviour seems to be new users have no permissions and no groups. However I'd like not to have to manually grant every single new users basic permissions, and I'd assume they'd like not to...
Periotic asked 10/7, 2015 at 6:54
3
I am developing a SPA application with AngularJS which uses Django backend for the server. The way that I communicate with the server from the SPA is with django-rest-framework. So now I want to ma...
Colossians asked 26/12, 2013 at 14:14
4
Solved
I want to login a user using the python-social-auth functionality for Google Plus signin in Django. When logging in from my website, everything works fine and the correct details are added to the d...
Lam asked 30/1, 2015 at 14:21
2
Solved
I have a REST API and I need to authenticate users via Facebook Login API. Access Token should be obtained in mobile app (I guess) and then sent to the server. So I have found some code in old tuto...
Compensatory asked 30/10, 2014 at 16:17
2
I'm building a django app with an API backend(built with DRF) and angularjs client. My goal is to completely decouple the server and client using JWT in place of sessions. I'm attempting to integra...
Levkas asked 9/11, 2014 at 1:33
1
Solved
I am trying to incorporate linkedin oauth2 in my app using python-social-auth. However, when i navigate to 127.0.0.1:8000/login/linkedin/ in Chrome I get a "Backend not found" error. Specifically, ...
Earleenearlene asked 8/9, 2014 at 20:50
1
Solved
I'm using python social auth to implement google login on my app. But I get the following error
Error: invalid_client
The OAuth client was not found.
I've tried adding a product name same as my...
Mesocratic asked 26/9, 2014 at 15:15
© 2022 - 2024 — McMap. All rights reserved.