Difference between sending OAuth codes and jwt tokens in URL query security

Hey there @iKingNinja welcome to the community!

Neither of these flows (Authorization code nor Implicit) are considered best practice for public applications (SPA, Native) - Authorization code with PKCE is preferred for the very reason you mention, exposing codes/tokens in a url.

1 Like