tl;dr: Don’t accept access tokens in your redirect URI (don’t use the implicit flow)
PKCE solves this attack and is enforced by the server rather than relying on client developers to “verify the access token” as described in the post
tl;dr: Don’t accept access tokens in your redirect URI (don’t use the implicit flow)
PKCE solves this attack and is enforced by the server rather than relying on client developers to “verify the access token” as described in the post