-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
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.
chloexu