Auth history

Issue #6 on hold
viharm repo owner created an issue

Add option to store in Users table

  1. Timestamp of last user sucesfull login
  2. Timestamp of last user failed login
  3. Count of failed logins

Comments (4)

  1. viharm reporter

    Count of successive failed logins may also be calculated by identifying if last login was successful or failed (based on points 1 and 2 in the request).

    This may be helpful for the consumer application to either execute blocks on the user or bans.

  2. Log in to comment