woogles-io / liwords

A site that allows people to play a crossword board game against each other
https://woogles.io
GNU Affero General Public License v3.0
93 stars 14 forks source link

unite woogles.io and www.woogles.io domains #995

Open domino14 opened 2 years ago

domino14 commented 2 years ago

Redirect to woogles.io

If we do this the naive way with Cloudfront/Route 53 we're going to end up logging out everyone who has a cookie for www.woogles.io because of course, i didn't set a .woogles.io cookie.

So we need to set the domain for .woogles.io for at least a few days before setting up the redirect.

domino14 commented 2 years ago

1002 (badly named branch) handles redirecting everyone to the naked domain, but we still need to do the redirect on cloudfront at some point