Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Fixes #290 -- Pass request object on authenticate() #395

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2017

  1. Fixes jpadilla#290 -- Pass request object on authenticate()

    Django 1.11 introduced def authenticate(request, ...).
    This would be useful for some authentications with additional data.
    i.e. multiple user types.
    jezeniel committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    0e3b5c6 View commit details
    Browse the repository at this point in the history
  2. Fix trivial bug.

    jezeniel committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    20594c5 View commit details
    Browse the repository at this point in the history