Add route protection to /create page by checking the token from localstorage/cookies using the /verify route on api #15
Labels
feature
hacktoberfest
For participants of hacktoberfest
security
Security-related enhancements or fixes
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
The text was updated successfully, but these errors were encountered: