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

Show last access info after successful login #331

Open
6 tasks
byewokko opened this issue Dec 18, 2023 · 0 comments
Open
6 tasks

Show last access info after successful login #331

byewokko opened this issue Dec 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@byewokko
Copy link
Collaborator

byewokko commented Dec 18, 2023

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.
@byewokko byewokko added the enhancement New feature or request label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant