Hello, what are the use cases / pros and cons of using
id_token
vs.
cookie
mutator
i
icy-manchester-83109
05/04/2023, 10:48 PM
With id token you have e2e security (nothing inbetween can change the values in the jwt). With cookie, you don't have it. What is better for you depends on your threat model