codeforbtv / baby-equipment-exchange

MIT License
0 stars 8 forks source link

The Account and Donate pages do not validate authentication. #18

Closed NathanWEdwards closed 10 months ago

NathanWEdwards commented 1 year ago

The site's Account and Donate pages do not yet validate a user has been authenticated.

Steps to reproduce:

  1. Verify the user is not currently authenticated on the app.
  2. Navigate to http://\<hostname>:\<port>/account and http://\<hostname>:\<port>/donate .
bryanparmelee commented 1 year ago

@NathanWEdwards just submitted a PR (#19 ) to resolve this issue.

NathanWEdwards commented 10 months ago

Pull Request 19 introduces changes to require authentication.

The Protected Route API feature also guards the page to handle unauthenticated users from accessing pages.