Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run authenticate in get_authentication_errors #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 2, 2016

  1. Run authenticate in get_authentication_errors

    Fixes an issue where logged in users could not authenticate requests with their OAuth credentials.
    
    * Removes hooking of `authenticate` on `determin_current_user` (which doesn't run or runst too late when the user presents login cookies)
    * Instead, authenticate directly in `rest_authentication_errors` callback
    Adam Silverstein committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    fa516bf View commit details
    Browse the repository at this point in the history