MLSAKIIT/devblogs-frontend

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

開放

#15 建立於 2024年10月14日

 (1 則留言) (0 個反應) (1 位負責人)JavaScript (20 個分叉)auto 404
featurehacktoberfestsecurity

倉庫指標

星標
 (9 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南