ZL-Asica / KumoAuth

A lightweight and efficient authentication system built with Cloudflare and Hono. 基于Cloudflare和Hono的高效身份认证系统。
MIT License
2 stars 0 forks source link

feat: return more detailed info instead of just message #25

Closed ZL-Asica closed 1 week ago

ZL-Asica commented 1 week ago

Now /auth/status will return { user_id: z.number(), username: z.string(), user_role_id: z.number(), created_at: z.string(), }

Test updated accordingly.

github-actions[bot] commented 1 week ago

🧪 Test Results

Tests Passed: All tests passed successfully!


🎨 Prettier Format Check

Prettier: No formatting issues found!

🎨 Lint Check

Lint: No linting issues found!