-
-
Notifications
You must be signed in to change notification settings - Fork 103
Flask-Social Version 1.6.3 #38
Comments
Yep. Typo, my bad. Thanks! (and fixed) |
Working towards py3k support as its a major issue for my web application. Relates to pallets-eco#38
@eriktaubeneck, @mattupstate : Any update on plans to release the next version? v1.6.2 has issues with google login which seems to have been fixed on the devel branch with the move to flask-oauthlib + mods to providers/google.py. I would prefer to use Flask-Social in requirements.txt instead of the git+https:// entry for production. |
@sayerhs I haven't been using flask-social at work anymore, so I haven't been able to give it nearly as much attention as I used to. Hopefully I'll get a chance soon to merge this all in, and @mattupstate can push a new version . |
@eriktaubeneck Great! Let me know if there is something I can do to help speed up the process. Thanks. |
@eriktaubeneck Any word on this? https://pypi.python.org/pypi/Flask-Social states 1.6.2 is still the latest and I am having issues with Google login like @sayerhs stated. Thanks! |
Hey @jquacinella, sorry for the delay. I haven't been using Flask-Social at my new job, so I haven't been able to dedicate the same amount of time to the project. I believe the same is true WRT @mattupstate. We should potentially discuss bringing in more maintainers who are actively using the project. |
@eriktaubeneck - I will definitely be willing to contribute. Also I think On Tue, Aug 11, 2015 at 11:39 AM, Erik Taubeneck notifications@github.com
|
I think the 2 largest priorities would be switching over to Flask-Oauthlib and getting CSRF working properly. |
@eriktaubeneck - It seems that
#37 already has migrated to
Flask-Oauthlib, am I missing something?
Regarding CSRF, my understanding is that it is necessary for PUT/DELETE
requests. Is that correct? My vote would be to disable that functionality,
clean up the rest of the login process and then release a new version. I am
not sure what the use case is for PUT/DELETE requests through json.
|
Ahh yes, you are correct WRT Flask-Oauthlib. It's been a little while since using the package. For CSRF, the issue is that if you wish to use the |
Do you have an example of the breakage of flask social routes? Or the On Wed, Aug 12, 2015 at 10:47 AM, Erik Taubeneck notifications@github.com
|
All we did was manually insert a
|
Hi Erik, So after reading Flask-WTF documentation ( On Thu, Aug 20, 2015 at 11:22 AM, Erik Taubeneck notifications@github.com
|
See the discussion here for more detail, but essentially the issue is not making Flask-Social compatible with CSRF, but to utilize it and protect someone from getting an account deleted through a CSRF attack. |
Is here someone active? |
+1 |
We've got a few PRs and issues lined up, so I figured I'd create a checklist for things we'd like for Version 1.6.3 and I can work to get them in line, onto
develop
, and we can get a new version pushed tomaster
and pypi shortly.@mattupstate would like to get feedback on this plan. The * items are ones that I will take care of, and I can take care of merging in portions of pull requests, if we decide.
The text was updated successfully, but these errors were encountered: