Better debugging support for PKCE

Feature: When implementing PKCE against Auth0 debugging the code exchange step can be difficult in some cases. Adding additional logs to the monitoring page outlining why a request failed would be useful.

Description: When making a failing request to exchange a code the response is a 401 when there is a content type mismatch with no detail.Tthe monitoring page only shows “Success Login” and no information about the failed attempt. It would be good if it could include information about the failure to help implement the exchange.

Use-case: I am building session based Auth into a Svelte Kit application. The Auth0 examples dont set out how to do node based authentication without express.

Hi @kleeut,

Thanks for the feedback! Don’t forget to Vote for it.