itsthesteve / react-aim

AOL AIM style chat in Deno because why not.
0 stars 0 forks source link

Feature/1 room guard #20

Closed itsthesteve closed 3 months ago

itsthesteve commented 3 months ago

When a user attempts to join a room, either via the UI or manually by adjusting the search params, this checks to see if the room is public or created by the user. If either fails, redirect to /404 (which needs to be make as of this commit).