As far as I understand, the secret
in an authentication cookie is used on the server to check against a database to find the user associated with the secret.
Does this secret need to be encrypted when sent to the client?
As far as I understand, the secret
in an authentication cookie is used on the server to check against a database to find the user associated with the secret.
Does this secret need to be encrypted when sent to the client?