galasa-dev / projectmanagement

Project Management repo for Issues and ZenHub
7 stars 3 forks source link

Remove the POST /auth route #1873

Open eamansour opened 1 month ago

eamansour commented 1 month ago

Story

As a Galasa developer, I want to remove the deprecated POST /auth route, so that users don't use deprecated functionality now that they've migrated to the current POST /auth/tokens route.

Background

Follow-on from story https://github.com/galasa-dev/projectmanagement/issues/1865

The POST /auth route was deprecated in favour of POST /auth/tokens to create new tokens. This story assumes there that there has been a release or two since the last story to allow users time to migrate to using /auth/tokens.

Tasks