olav-valle / exam_project_s2021

Repo for our combined fullstack WebTek and AppDev exam project.
0 stars 0 forks source link

Component: Admin panel. Restrict access based on user role. #41

Open olav-valle opened 3 years ago

olav-valle commented 3 years ago

Reading: Add Auth to React App Spring.io: React and Spring, part 5: Security Spring.io: Security Architecture Topic Baeldung: React and Spring Security guides.grails.org: React App with Spring Security

olav-valle commented 3 years ago

Todo: implement userSlice.js, to keep user status in store.

olav-valle commented 3 years ago

Todo: PrivateRoute component? SO: Conditionally render React component