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

Track last login, and joining time for register and login routes in auth #107

Open
aahnik opened this issue May 19, 2024 · 0 comments · May be fixed by #110
Open

Track last login, and joining time for register and login routes in auth #107

aahnik opened this issue May 19, 2024 · 0 comments · May be fixed by #110
Assignees
Labels
backend enhancement New feature or request

Comments

@aahnik
Copy link
Contributor

aahnik commented May 19, 2024

  • In our user's schema, we have lastLogin, and joined
  • On the register and login services under auth service, we can update those variables correctly
  • Look at src/auth/auth.service.ts, login and register functions
  • We can look into create function in users service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants