There is a circular dependency.
constructor(@Inject(forwardRef(() => UserService)) private readonly userService: UserService) {}
add this line in your service of auth. (Auth.service.ts)
and try to share the code of AuthServices too.