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

Feature: guardar registro de logins #120

Open
alezvi opened this issue Dec 2, 2021 · 0 comments
Open

Feature: guardar registro de logins #120

alezvi opened this issue Dec 2, 2021 · 0 comments
Assignees

Comments

@alezvi
Copy link
Contributor

alezvi commented Dec 2, 2021

  • Crear tabla "logins"
  • Columnas: id, user_id, ip, created_at, device, platform, geolocation
  • Cada vez que un usuario hace un login se registran los datos: ip, dispositivo, sistema operativo, ubicacion, fecha y hora
  • No hay endpoint propio, sino que al autenticarse mediante la ruta de login se guarda esta informacion
  • Enviar un email (nodemailer) para avisar al usuario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants