Configurable Cookie Name
planned
Steven Cardoso Neumann
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.
Nicolas Giard
updated the status to
planned
Nicolas Giard
Merged in a post:
Being able to configure jwt cookie name
Ivaylo Donchev
If you host your wikijs instance on
wiki.domain.com
and the domain.com is setting a jwt
cookie, you cannot log into the wikiIvaylo Donchev
We have the same problem. It'd be great if this was configurable via some env variable