CarlG96 / synthestory

Code Institute Portfolio Project 4. Generates random story ideas for authors.
0 stars 1 forks source link

Logged in user protection #29

Open CarlG96 opened 2 years ago

CarlG96 commented 2 years ago

As a logged-in user, I do not want the ability to access the login page without an error being thrown so that I am not confused/ break something.

Acceptance criteria -There is no link for logged-in users to click to access login or signup pages once logged in. -Any url-based attempt to access these will throw an error.

CarlG96 commented 2 years ago

Allauth seems to protect against this and redirect to the home page.