Developer
Cross Subdomain Authentication with FeathersJS Client
FeathersJS v4 switched from storing the jwt token in a cookie to localStorage. This was fine when the app stayed on one domain, but when splitting things out into several apps on different subdomains I realised unlike cookies localStorage does not play nicely. I found the Customization option in the