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/models
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
..
auth.go refactor(models): Remove TableName methods and use global table prefix 3 months ago
email.go refactor(models): Remove TableName methods and use global table prefix 3 months ago
init.go chore: bump version to v1.1.1 2 months ago
oauth.go refactor(models): Remove TableName methods and use global table prefix 3 months ago
oauth_provider.go refactor(models): Remove TableName methods and use global table prefix 3 months ago
oauth_templates.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 4 months ago
setting.go feat(auth): add SMS/email verification code support for registration 2 weeks ago
user.go refactor(models): Remove TableName methods and use global table prefix 3 months ago
verification.go refactor(models): Remove TableName methods and use global table prefix 3 months ago