Shawn-Fries / imdb

0 stars 0 forks source link

# Frontend Routes #4

Open Evan-Leon opened 2 years ago

Evan-Leon commented 2 years ago
Evan-Leon commented 2 years ago
Shawn-Fries commented 2 years ago

I fixed the formatting. The login and signup pages should only be visible when logged out (SessionForm) and the /movies/reviews routes should both only be accessible when logged in (ReviewForm).

Otherwise everything should be accessible while logged out.