adobe / reactor-uploader

Command line tool for uploading Adobe Experience Platform Tags extensions.
Apache License 2.0
9 stars 11 forks source link

Pdcl 4946 Consume better JWT token exchange errors #45

Closed brenthosie closed 3 years ago

brenthosie commented 3 years ago

Resolves #28

Description

jwt-auth is now providing a lot more useful information about why the token exchange fails. We can now observe that information and display it to the user.

Related Issue

https://jira.corp.adobe.com/browse/PDCL-4946

Motivation and Context

Users didn't understand in many scenarios why they were unable to get an access token.

How Has This Been Tested?

  1. Manual test of uploader
  2. npm test

Screenshots (if appropriate):

Types of changes

Checklist:

brenthosie commented 3 years ago

Relies on https://github.com/adobe/jwt-auth/pull/53