obsidiansystems / rhyolite

BSD 3-Clause "New" or "Revised" License
26 stars 17 forks source link

frontend: base64 encode cookies #198

Closed ali-abrar closed 2 years ago

ali-abrar commented 2 years ago

To maximize compatibility with user agents, servers that wish to store arbitrary data in a cookie-value SHOULD encode that data, for example, using Base64

https://www.rfc-editor.org/rfc/rfc6265