You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great to have support for at least a "last login" time and IP tracker. Ideally, a separate history table, might also include failed logins, saving a certain number of records or for a specified time period, and options to clear that. Useful for security audits and user engagement tracking.
The text was updated successfully, but these errors were encountered:
Last Login sounds great, the IP not so great as it would impact privacy policies in some places. Failed logins could be useful too in case we want to implement a policy to handle accounts based on failed logins. I'd say creating an event and leaving the policy implementation for the end user applications for now. Thanks!
Would be great to have support for at least a "last login" time and IP tracker. Ideally, a separate history table, might also include failed logins, saving a certain number of records or for a specified time period, and options to clear that. Useful for security audits and user engagement tracking.
The text was updated successfully, but these errors were encountered: