oRastor / jira-client

A simple PHP JIRA REST client
MIT License
20 stars 18 forks source link

Basic auth with password to be deprecated - start using API token #18

Open mansilladev opened 6 years ago

mansilladev commented 6 years ago

See: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/

As of March 15, 2018, in accordance to the Atlassian REST API Policy, support for passwords in HTTP basic auth requests will no longer be supported on or after September 15, 2018.

Instead of passwords, you should start using API tokens.