Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update user token generation and context logging
- Enhanced the user token generation to include expiration (exp) and issued at (iat) timestamps for better token management. - Updated the context creation function to log the token instead of the user agent, improving debugging information related to user authentication. These changes improve the security and traceability of user sessions in the application.
- Loading branch information