Wiki.js uses the generic cookie name "jwt". This is fine as long as you do not run Wiki.js on the same domain as other services.
In our use case, we run multiple applications on subdomains and have global / domain-wide jwt cookie that conflicts with Wiki.js.
For this case, it would be great if the cookie's name would be configurable.