Hello! I’m interested in intercepting the auth provider route like: “GET /api/auth/google/callback” which is called after the user signs in from the application. I need to store the “last login date, time” field of the “user” model (not admin). I will be grateful for help with some direction or example.