@Enivid
I am a frontend web developer
Nothing here yet.
Nothing here yet.
Introduction Authentication, one of the most important parts of a website, is expected to be implemented with a way to persist its state when a user has logged in to avoid logging in again, improving user experience. Some junior developers go about t...

A typical frontend website has some routes which need users to be authenticated before access is granted. So, it is essential to protect those vulnerable routes against unauthorized access. Vue-router handles this efficiently through the help of navi...
