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/ui
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
..
assets chore(ui): Remove unused vhtml.min.js asset file 2 months ago
layout feat(auth): add SMS/email verification code support for registration 2 weeks ago
page feat(auth): add SMS/email verification code support for registration 2 weeks ago
ui refactor(ui): Replace axios with fetch in all pages and extract auth layout 3 weeks ago
env.js feat(auth): add SMS/email verification code support for registration 2 weeks ago
favicon.ico change to new version 1 year ago
ico.html refactor(ui): Rename $vbase to $auth across frontend 1 month ago
langs.json feat(auth): add SMS/email verification code support for registration 2 weeks ago
root.html feat(auth): add SMS/email verification code support for registration 2 weeks ago
routes.js feat(auth): add SMS/email verification code support for registration 2 weeks ago
vbase.js feat(auth): add SMS/email verification code support for registration 2 weeks ago