You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/api/auth
veypi 4a316e6d67 fix(api/auth): reset count variable before uniqueness checks
Fix a bug where the count variable was not reset before checking
email and phone uniqueness. This could cause false positives if
a previous check had count > 0, incorrectly reporting that email
or phone already exists when they don't.

- Reset count to 0 before email check
- Reset count to 0 before phone check
1 month ago
..
init.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 month ago
login.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 month ago
me.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 month ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 month ago
register.go fix(api/auth): reset count variable before uniqueness checks 1 month ago
thirdparty.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 month ago