You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Golf stores cookies explicitly. Let's create a secure cookie method Context.SecureCookie & Context.SetSecureCookie to allow encrypting the cookies using a symmetric key.
Before using the secure cookie, the user should set a secret_token, which will be used as the symmetric encryption key in the app configuration.
The text was updated successfully, but these errors were encountered:
Currently Golf stores cookies explicitly. Let's create a secure cookie method
Context.SecureCookie
&Context.SetSecureCookie
to allow encrypting the cookies using a symmetric key.Before using the secure cookie, the user should set a
secret_token
, which will be used as the symmetric encryption key in the app configuration.The text was updated successfully, but these errors were encountered: