You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
npmrun
a2af16fe81
feat(auth): add captcha functionality for registration and login
- Introduced captcha generation and validation in the registration and login processes.
- Created new database table `captcha_codes` to store captcha tokens and codes.
- Implemented functions to generate captcha codes and SVG images.
- Updated user registration and login logic to include captcha verification.
- Added new API endpoints for captcha generation and user authentication.
- Refactored authentication service to handle captcha-related operations.
- Updated package dependencies to include jsonwebtoken and its types.
4 weeks ago
.codex
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
4 weeks ago
.vscode
feat(auth): add captcha functionality for registration and login
4 weeks ago
app
feat(auth): add captcha functionality for registration and login
4 weeks ago
build-files
add
4 weeks ago
packages
feat(auth): add captcha functionality for registration and login
4 weeks ago
public
init
4 weeks ago
scripts
add
4 weeks ago
server
feat(auth): add captcha functionality for registration and login
4 weeks ago
static
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
4 weeks ago
.env.example
feat(auth): add captcha functionality for registration and login
4 weeks ago
.gitignore
init
4 weeks ago
.mcp.json
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
4 weeks ago
AGENTS.md
feat(auth): add captcha functionality for registration and login
4 weeks ago
CLAUDE.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
4 weeks ago
DESIGN.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
4 weeks ago
README.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
4 weeks ago
bun.lock
feat(auth): add captcha functionality for registration and login
4 weeks ago
nuxt.config.ts
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
4 weeks ago
package.json
feat(auth): add captcha functionality for registration and login
4 weeks ago
tsconfig.json
init
4 weeks ago
文档
开发与部署
用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 sqlite (通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。