1. 09 Jan, 2015 1 commit
  2. 06 Jan, 2015 1 commit
  3. 22 Dec, 2014 1 commit
  4. 13 Dec, 2014 1 commit
  5. 10 Dec, 2014 2 commits
  6. 08 Dec, 2014 1 commit
  7. 05 Dec, 2014 1 commit
  8. 04 Dec, 2014 1 commit
  9. 03 Dec, 2014 1 commit
  10. 01 Dec, 2014 3 commits
  11. 26 Nov, 2014 1 commit
  12. 12 Nov, 2014 2 commits
  13. 05 Nov, 2014 1 commit
  14. 28 Oct, 2014 1 commit
  15. 27 Oct, 2014 1 commit
  16. 24 Oct, 2014 2 commits
  17. 22 Oct, 2014 1 commit
    • Integrate third party auth into the combined login/registration page. · 9e9dec1d
      Change third party auth login failure code to a 401, to detect authentication
      success with no linked account.
      
      If already authenticated, redirect immediately to the dashboard.
      
      Use "Location" header correctly for 302 redirects from student views.
      
      Add utility functions for simulating a running third-party auth pipeline.
      
      Add a utility function for checking whether third party auth is enabled.
      
      Respect default values sent by the server
      Will Daly committed
  18. 20 Oct, 2014 1 commit
  19. 25 Sep, 2014 1 commit
  20. 24 Sep, 2014 3 commits
  21. 17 Sep, 2014 2 commits
  22. 11 Sep, 2014 1 commit
  23. 03 Sep, 2014 1 commit
  24. 29 Aug, 2014 1 commit
  25. 26 Aug, 2014 1 commit
  26. 25 Aug, 2014 1 commit
  27. 06 Aug, 2014 1 commit
  28. 01 Jul, 2014 1 commit
  29. 16 Jun, 2014 1 commit
    • Add scope/field selector settings for LinkedIn provider. · 5aabd3a4
      This change adds three new configuration variables to third_party_auth's LinkedIn provider:
      
      * SOCIAL_AUTH_LINKEDIN_OAUTH2_SCOPE,
      * SOCIAL_AUTH_LINKEDIN_OAUTH2_FIELD_SELECTORS,
      * SOCIAL_AUTH_LINKEDIN_OAUTH2_EXTRA_DATA
      
      Being able to configure these additional settings is useful if you want
      the LinkedIn provider to pre-populate the email field when a new user
      registers via the linkedin provider.
      
      The Google provider prepoulates the email field by default, but if you
      want LinkedIn to do the same, these two settings should be set to:
      
      SOCIAL_AUTH_LINKEDIN_OAUTH2_SCOPE = ['r_basicprofile', 'r_emailaddress']
      SOCIAL_AUTH_LINKEDIN_OAUTH2_FIELD_SELECTORS = ['email-address']
      
      For more info see:
      http://psa.matiasaguirre.net/docs/backends/linkedin.html
      Matjaz Gregoric committed
  30. 30 Apr, 2014 1 commit
  31. 25 Apr, 2014 2 commits