python-social-auth v0.2.20 Release Notes

Release Date: 2016-08-12 // over 7 years ago
  • Full Changelog

    Closed issues:

    • โฑ On production /complete/facebook just times out with a Gateway Timeout #972
    • ๐Ÿ‘Œ Support namespace via : #971
    • Django Association model missing index #967
    • VK auth using access token failed. Unable to retrieve email address. #943
    • ImportError: No module named django_app #935
    • ImportError: No module named 'example.local_settings' with pyramid_example #919
    • "'User' object is not callable." issue. #895
    • ๐Ÿ‘Œ Support for the peewee ORM in storage. #877
    • Meetup.com OAuth2 #677

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  fix comment word #983 (alexpantyukhin)
    • โž• Added exception handling for user creation race condition in Django #975 (carsongee)
    • โšก๏ธ Update facebook api version to v2.7 #973 (c-bata)
    • โž• Added index to Django Association model #969 (clintonb)
    • ๐Ÿ‘• Corrected migration dependency #968 (clintonb)
    • Removed dep method get_all_field_names method from Django 1.8+ #966 (zsiddique)
    • Multiple hosts in redirect sanitaion. #965 (moorchegue)
    • ๐Ÿ‘ป "else" scenario in Pyramid html func was causing an exception every time. #964 (moorchegue)
    • ๐Ÿ‘ Allow POST requests for auth method so OpenID forms could use it that way #963 (moorchegue)
    • โž• Add redirect_uri to yammer docs #960 (m3brown)
    • ๐Ÿ›  Fix for flask/SQLAlchemy: commit on save (but not when using Pyramid) #957 (aoghina)
    • Switch from flask.ext.login to flask_login #951 (EdwardBetts)
    • ๐Ÿ‘‰ username max_length can be None #950 (EdwardBetts)
    • โฌ†๏ธ Upgrade facebook backend api to latest version (v2.6) #941 (stphivos)
    • ๐Ÿ‘ Line support added #937 (polyn0m)
    • django migration should respect SOCIAL_AUTH_USER_MODEL setting #936 (max-arnold)
    • ๐Ÿ›  fix first and last name recovery #934 (PhilipGarnero)
    • ๐Ÿ›  fixes empty uid in coursera backend #933 (CrowbarKZ)
    • โž• add support peewee for flask #877 #932 (alexpantyukhin)
    • ๐Ÿ›  Fixed typo #928 (arogachev)
    • ๐Ÿ›  Fix mixed-content error of loading http over https scheme after disconnection from social account #924 (andela-kerinoso)
    • โž• Add back-end for Edmodo #921 (browniebroke)
    • โž• Add Django AppConfig Label of "social_auth" for migrations #916 (cclay)
    • โšก๏ธ Update vk.rst #907 (slushkovsky)
    • VULNERABILITY - BaseStrategy.validate_email() doesn't actually check email address #900 (scottp-dpaw)
    • โœ‚ Removed broken link in use cases docs fixing #860 #886 (RobinStephenson)
    • ๐Ÿ›  Fixes bug where partial pipelines from abandoned login attempts will be resumed โ€ฆ #882 (SeanHayes)
    • Revise battlenet endpoint to return account ID and battletag #799 (ckcollab)
    • ๐Ÿ›  Fixed 401 client redirect error for reddit backend #772 (opaqe)