MLSAKIIT / devblogs-frontend

DevBlogs : A blogging website made for developers by developers. This repository contains the frontend for the project
MIT License
10 stars 26 forks source link

Add route protection to /create page by checking the token from localstorage/cookies using the /verify route on api #15

Open dead8309 opened 1 month ago

dead8309 commented 1 month ago

Implement route protection for the /create page by validating the token stored in local storage/cookies using the /verify API route. Redirect users if not authenticated.

Reference: Route Protection Guide

Ankesh2004 commented 1 month ago

Hey @dead8309 please assign me this issue