|
|
@@ -173,14 +173,6 @@ func (m *middleware) apiKeyAuth(next http.Handler) http.Handler {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- slog.Info("[GoogleReader] User authenticated successfully",
|
|
|
- slog.Bool("authentication_successful", true),
|
|
|
- slog.String("client_ip", clientIP),
|
|
|
- slog.String("user_agent", r.UserAgent()),
|
|
|
- slog.Int64("user_id", user.ID),
|
|
|
- slog.String("username", user.Username),
|
|
|
- )
|
|
|
-
|
|
|
m.store.SetLastLogin(integration.UserID)
|
|
|
|
|
|
ctx := r.Context()
|