Is it possible to use the Authorization Code flow with PKCE for a pure SPA without a backend? I’m hitting a 400 on the token endpoint. The code_verifier matches the challenge, and scopes are correct. Debugging in Europe/Paris time. Here’s the error response:
{
"errors": [
{
"message": "Invalid authorization code or code_verifier"
}
]
}
Any insights on what’s missing?