Hi, is there a way to allow the PKCE code to be used a second time after it has already been exchanged?
I’m using auth0 with directus login. The problem is, I also need the auth0 ID token to use in auth0-vue in my app, but directus doesn’t give it back to me after consuming the code. There’s no way to pass an ID token to directus. I’m trying to use the same code after redirect to obtain the ID token again after passing the code to the directus callback, but it doesn’t work and I’m told the code / state is invalid.
Is there any way to allow the PKCE code and state to be used to retrieve the same ID token a 2nd time?