Javascript – Is this enough protection in the frontend?
Im currently working on auth in a mern stack project. I built a backend API which validates the JWT which the user has when trying to render a site. Ill show some detailed infos here in "Pseudocode": AS SAID BEFORE…