You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add user synchronization with authentication token data
- Implemented a new method in UserService to synchronize user data with information from the authentication token, creating or updating the user as necessary.
- Updated the user router to utilize this new synchronization method, enhancing user data management and ensuring consistency between the database and authentication token data.
0 commit comments