mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
Introduces a 'nickname' field to the users table and Prisma schema. Updates user registration and profile update routes to handle nicknames, including random nickname generation for new users. Adds a utility for generating random nicknames and migrates existing users to have generated nicknames. |
||
|---|---|---|
| .. | ||
| auth.ts | ||
| challenge.ts | ||
| config.ts | ||
| logger.ts | ||
| metrics.ts | ||
| nickname.ts | ||
| playerStatus.ts | ||
| prisma.ts | ||
| trakt.ts | ||