2.4.5.1 User Registration + Profile

1. User signs up → User record stored in PostgreSQL.

2. If user links wallet, that address is updated in the User table.

3. Cache user details (e.g., username, role) in Redis for quick lookups by other microservices or Socket.io events.

Last updated