Jira cloud basic authentication

How do we authenticate a user in jira cloud using username and password only. since this part of BasicAuth is deprecated and still the user is willing to provide the username and password, how do I authenticate his access

As I understand it, you cannot. The documentation for basic auth says that only tokens are allowed, not passwords.

Basic auth for REST APIs (atlassian.com)