MLSAKIIT/devblogs-frontend
Integrate /login route from api on /login page and store the token on localstorage or cookies
開放
#12 建立於 2024年10月14日
authenticationfeaturehacktoberfest
倉庫指標
- 星標
- (9 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Set up the login page to integrate the /login API route. Store the returned token securely in local storage or cookies for subsequent API calls.
Reference: React Authentication Guide