Hi, I used React Auth0 SDK according to The Complete Guide to React User Authentication with Auth0 with my custom app. Everything seems to be fine.
However when I open react dev tools in chrome I can modify Auth0Provider state so I can change reducer and isAuthenticated to true. This enable me to get into app without login and protected routes are also not protected as long as you reload app. I set also devtools to false in webpack.
Can I somehow protect this state in react devtools??
Thanks