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 d3137955c3 feat(auth): add SMS/email verification code support for registration
- Add validateRegisterCode function to verify codes during registration
    - Integrate Aliyun SMS SDK (dysmsapi-20170525) replacing placeholder
    - Make cookie names configurable via JWT CookiePrefix setting
    - Rename login type "phone" to "sms" for consistency
    - Add 1-minute TTL cache for setting values
    - Add $fetch wrapper replacing raw fetch calls across all UI pages
    - Add verification code inputs with countdown send buttons to register UI
    - Move CSS/JS assets from root.html to auth and default layouts
    - Add scope parameter to VBase permission check methods
    - Add i18n entries for verification code messages (zh/en)
    - Fix route guard to use next('/403') instead of router.push
2 weeks ago
..
init.go feat(api/auth): Add batch query user API 2 months ago
login.go feat(auth): add SMS/email verification code support for registration 2 weeks ago
me.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 3 months ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 4 months ago
register.go feat(auth): add SMS/email verification code support for registration 2 weeks ago
search_users.go feat(api/auth): Add batch query user API 2 months ago
thirdparty.go refactor(auth): Migrate token delivery to HttpOnly Cookie with version-based revocation 3 weeks ago