Thenlie / turtle

"Wordle" clone
https://wurtle.herokuapp.com/
MIT License
3 stars 2 forks source link

37 refactor/route protection #39

Closed Thenlie closed 2 years ago

Thenlie commented 2 years ago

Added route protection conditionals

Ensured users can only access the game when logged in. Also prevent users from logging in or signing up when they are already logged in.

NOTE: Might want to refactor this to redirect the user on the backend later on

closes #37