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
Is your feature request related to a problem? Please describe.
As soon as the authentication process is completed, the user will be shown the date and time of his last successful access, as well as the number of failed authentications since that date.
Describe the solution you'd like
In a successful PUT /public/login response, the server should include
last successful login timestamp,
number of failed login attempts since last successful login,
(optionally) last successful login IP address and user-agent,
(optionally) last failed login IP address and user-agent.
The login UI should display the above information in a toast notification before redirecting the user to the authorization endpoint.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
PUT /public/login
response, the server should includeThe text was updated successfully, but these errors were encountered: