5ee869b9d801c2d12478c9e4cc39dca89e0e0a81
- Login: email + password lookup, scrypt verify, JWT token - Signup: create tenant + owner user in transaction, slug generation - API key: dd0c_ prefix, SHA-256 hash (not bcrypt — faster for API key lookups), prefix index - Scrypt over bcrypt: zero native deps, Node.js built-in crypto - Auth routes skip JWT middleware (login/signup are public) - 002_auth.sql: users + api_keys tables with RLS, copied to all products - Synced auth middleware to P3/P4/P5/P6
Description
dd0c DevOps SaaS platform - product research, architecture, epics, test strategies
Languages
TypeScript
71.1%
Rust
15.4%
Astro
5.6%
Shell
3.8%
Go
2.4%
Other
1.6%