Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(token_service): add user ID validation and token refresh logic
- Added validation to ensure user ID is provided in the request. - Implemented retrieval of using the provided user ID. - Handled errors for missing user or token data. - Updated token data after refreshing access token.
- Loading branch information