feat: implement JWT refresh token mechanism and improve auth

This commit is contained in:
2025-09-28 11:46:20 +00:00
parent 59334da140
commit dfcd9db295
26 changed files with 860 additions and 587 deletions

View File

@@ -38,4 +38,4 @@ func Disconnect() error {
return client.Disconnect(ctx)
}
func GetClient() *mongo.Client { return client }
func GetClient() *mongo.Client { return client }