invainn / ARIA

CS 425 - CS 426 Project
0 stars 1 forks source link

Issue #213 -- Add Auth to Routes #225

Closed njirwin closed 5 years ago

njirwin commented 5 years ago

Added authorization to routes which were open by wrapping them with 'withAuth(, )'. Now routes will be validated before allowing a user to view the page.

njirwin commented 5 years ago

Requesting a review and merge from @invainn. Thank you.