From ea33857afbd8ee565abd28b4ee5734fc970c181d Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 26 Jun 2024 15:52:58 +0800 Subject: [PATCH] :sparkles: Recycle accounts --- .idea/workspace.xml | 13 +++++--- pkg/internal/models/tokens.go | 2 +- pkg/internal/server/api/auth_api.go | 2 ++ pkg/internal/services/accounts.go | 49 ++++++++++++++++++++++++++++- pkg/internal/services/tokens.go | 6 ++-- pkg/main.go | 1 + 6 files changed, 64 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 52b7edb..9dde2a4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,13 @@