This website requires JavaScript.
Explore
Help
Register
Sign In
xuyue
/
teaching-design
Watch
1
Star
0
Fork
0
You've already forked teaching-design
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9350ffc68b3318ee5c69af753fd4a079ca83eaff
teaching-design
/
server
History
yuetsh
9350ffc68b
feat: add auth routes (login, refresh, logout, me)
...
Co-Authored-By: Claude Sonnet 4.6 <
noreply@anthropic.com
>
2026-06-16 00:17:34 -06:00
..
middleware
feat: add bearerAuth Hono middleware
2026-06-16 00:15:48 -06:00
routes
feat: add auth routes (login, refresh, logout, me)
2026-06-16 00:17:34 -06:00
auth.test.ts
chore: add tsconfig.server.json for bun types and install @types/bun
2026-06-16 00:15:07 -06:00
auth.ts
feat: add auth crypto utilities (password hash, JWT, token hash)
2026-06-16 00:12:09 -06:00
db.test.ts
feat: add users and refresh_tokens tables and CRUD
2026-06-16 00:04:39 -06:00
db.ts
feat: add users and refresh_tokens tables and CRUD
2026-06-16 00:04:39 -06:00
index.ts
feat: add Hono server entry point with static fallback
2026-06-15 20:09:53 -06:00