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

Change how authentication with unverified email addresses is implemented #128

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

Commits on Oct 12, 2018

  1. Document optional database name, schema or other qualifier in README

    Commit test
    
    README.md
    ocram authored and Armel Larcier committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    8501657 View commit details
    Browse the repository at this point in the history
  2. feat(optionalVerification): support login without verification. Devel…

    …opers should implement warnings about verification themselves then.
    
    Last parameter of constructor : `new Auth($databaseConnection, $ipAddress, $dbTablePrefix, $throttling, $sessionResyncInterval, $dbSchema, $loginUnverified)`
    Armel Larcier committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    7628a56 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. feat getUserById

    Armel Larcier committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    c569bfe View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Make method public

    Armel Larcier committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    cdad42c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Fix forgot password and changeEmail methods to support optional email…

    … verification
    Armel Larcier committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    85c306a View commit details
    Browse the repository at this point in the history