forked from cartsnitch/app
7e79390d86c4d0775dc0ed252a9e3d9f27909fd4
* fix(api): replace UUID type with str for Better-Auth nanoid user IDs Better-Auth uses nanoid strings for user IDs, not UUIDs. Changed all user_id parameter/return types in the API layer from UUID to str, removed the obsolete UUID import where unused, and updated the _validate_session_token return type accordingly. Co-Authored-By: Paperclip <noreply@paperclip.ing> * feat(scripts): add dev environment seed script and K8s Job Co-Authored-By: Paperclip <noreply@paperclip.ing> --------- Co-authored-by: CartSnitch Engineer Bot <cartnoreply@cartsnitch.com> Co-authored-by: Paperclip <noreply@paperclip.ing>
CartSnitch
Description
Languages
TypeScript
95.3%
Shell
2.9%
Dockerfile
0.5%
JavaScript
0.5%
HTML
0.5%
Other
0.3%