Open dead8309 opened 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.
/create
/verify
Reference: Route Protection Guide
Hey @dead8309 please assign me this issue
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