馃殌 [Feature] Cookie-Name Should Be In The Config
Created by: Mogge
馃殌 Feature
The JWT you receive from the server is stored in a cookie called ''ocelot.social`. The name of the cookie must be configurable to ensure easy rebranding.
Implementation
Add a line in the webapp/constants/metadata.js
to ser the name of the cookie. Use this config where we write/check the cookie by name.